Color Hex Logo

#0b241d Color Hex

#0B241D
(11,36,29)
0 Favorites   0 Comments

Color spaces of #0b241d

RGB 113629
HSL0.450.530.09
HSV163°69°14°
CMYK 0.690.000.19   0.86
XYZ0.99071.42161.3846
Yxy1.42160.26090.3744
Hunter Lab11.9231-6.03371.4610
CIE-Lab12.1007-11.90311.7673

#0b241d color RGB value is (11,36,29).

#0b241d hex color red value is 11, green value is 36 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #0b241d hue: 0.45 , saturation: 0.53 and the lightness value of 0b241d is 0.09.

The process color (four color CMYK) of #0b241d color hex is 0.69, 0.00, 0.19, 0.86. Web safe color of #0b241d is #003333. Color #0b241d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00100100 00011101
Octal 13 44 35
Decimal 11 36 29
Hex B 24 1D

RGB Percentages of Color #0b241d

%14.47
%47.37
%38.16

CMYK Percentages of Color #0b241d

%69
%0
%19
%86

Triadic Colors of #0b241d

#0b241d #1d0b24 #241d0b

Analogous Colors of #0b241d

#0b241d #0b1f24 #0b2411

Monochromatic Colors of #0b241d

#0b241d

Complementary Color

#0b241d #240b12

#0b241d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b241d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b241d Color CSS Codes

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

#0b241d Text Font Color

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

This sample text font color is #0b241d
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.


#0b241d Background Color

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

This div background color is #0b241d


#0b241d Border Color

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

This div border color is #0b241d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b241d


Comments

No comments written yet.

Please login to write comment.