Color Hex Logo

#0d030b Color Hex

#0D030B
(13,3,11)
0 Favorites   0 Comments

Color spaces of #0d030b

RGB 13311
HSL0.870.630.03
HSV312°77°
CMYK 0.000.770.15   0.95
XYZ0.25890.17490.3367
Yxy0.17490.33600.2270
Hunter Lab4.18213.7316-1.8459
CIE-Lab1.57993.7958-2.0921

#0d030b color RGB value is (13,3,11).

#0d030b hex color red value is 13, green value is 3 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #0d030b hue: 0.87 , saturation: 0.63 and the lightness value of 0d030b is 0.03.

The process color (four color CMYK) of #0d030b color hex is 0.00, 0.77, 0.15, 0.95. Web safe color of #0d030b is #000000. Color #0d030b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00000011 00001011
Octal 15 3 13
Decimal 13 3 11
Hex D 3 B

RGB Percentages of Color #0d030b

%48.15
%11.11
%40.74

CMYK Percentages of Color #0d030b

%0
%77
%15
%95

Triadic Colors of #0d030b

#0d030b #0b0d03 #030b0d

Analogous Colors of #0d030b

#0d030b #0d0306 #0a030d

Monochromatic Colors of #0d030b

#0d030b

Complementary Color

#0d030b #030d05

#0d030b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d030b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d030b Color CSS Codes

.mybgcolor {background-color:#0d030b; } 
.myforecolor {color:#0d030b; }
.mybordercolor {border:3px solid #0d030b; }

#0d030b Text Font Color

<p style="color:#0d030b">Text here</p>

This sample text font color is #0d030b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0d030b Background Color

<div style="background-color:#0d030b">
Div content here</div>

This div background color is #0d030b


#0d030b Border Color

<div style="border:3px solid #0d030b">
Div here</div>

This div border color is #0d030b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,3,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d030b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d030b;
  -webkit-box-shadow: 1px 1px 3px 2px #0d030b;
  box-shadow:         1px 1px 3px 2px #0d030b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,3,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0d030b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0d030b;
  -webkit-box-shadow: 1px 1px 3px 2px #0d030b;
  box-shadow:         1px 1px 3px 2px #0d030b;">
Div content here</div>

This div box has shadow with color #0d030b


Comments

No comments written yet.

Please login to write comment.