Html Css Color HEX #0B1811 Dark Green

📋 copy color: '#0B1811'

red 11 ◦ green 24 ◦ blue 17

#0B1811
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #0B1811

Tints of Dark Green #0B1811

RGB

 RED value IS 11 (4.69% from 255) = 21.15%

 GREEN value IS 24 (9.77% from 255) = 46.15%

 BLUE value IS 17 (7.03% from 255) = 32.69%

R = 21.15%
G = 46.15%
B = 32.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.29

 K value IS 0.91

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0B1811 (or 0x0B1811) is known color: Dark Green. HEX triplet: 0B, 18 and 11. RGB value is (11,24,17). Sum of RGB (Red+Green+Blue) = 11+24+17=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 24 (9.77% from 255 or 46.15% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1811 is #F4E7EE. Grayscale: #131313. Windows color (decimal): -16050159 or 1120267. OLE color: 1120267.

HSL color Cylindrical-coordinate representation of color #0B1811: hue angle of 147.69º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0B1811 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 24 17 -
CMYK 0.54 0 0.29 0.91
HSL 147.69º 0.37% 0.07% -
HSV(B) 147.69º 0.54% 0.09% -
XYZ 0.57 0.76 0.65 -
YUV 19.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 11 24 17 0.54 0 0.29 0.91 147.69 0.37 0.07
Hex B 18 11 36 0 1D 5B 94 25 7
Octal 13 30 21 66 0 35 133 224 45 7
Binary 1011 11000 10001 110110 0 11101 1011011 10010100 100101 111

Color Harmonies of #0B1811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1811

Black with #0B1811

Text Example


Text Example

White with #0B1811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B1811; }

 p { color: rgb(11,24,17); }

 H1.HeaderClassName
 {
   color: #0B1811;
 }
 .AnyTagClassName
 {
   color: #0B1811;
 }
</style>

background-color css

<style>
 a { background-color: #0B1811; }

 a { background-color: rgb(11,24,17); }

 div.DivClassName
 {
   background-color: #0B1811;
 }
 .BgClassName
 {
   background-color: #0B1811;
 }
</style>

border-color css

<style>
 span { border-color: #0B1811; }

 span { border-color: rgb(11,24,17); }

 td.TdClassName
 {
   border-color: #0B1811;
 }
 .TagClassName
 {
   border-color: #0B1811;
 }
</style>