#0B1816

Color #0B1816 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #0B1816

Tints of Dark Green #0B1816

Color information

#0B1816 (or 0x0B1816) is unknown color: approx Dark Green. HEX triplet: 0B, 18 and 16. RGB value is (11,24,22). Sum of RGB (Red+Green+Blue) = 11+24+22=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1816 is #F4E7E9. Grayscale: #131313. Windows color (decimal): -16050154 or 1447947. OLE color: 1447947.

HSL color Cylindrical-coordinate representation of color #0B1816: hue angle of 170.77º 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 #0B1816 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.91.

Color convert

RGB112422-
CMYK0.5400.080.91
HSL170.77º37.14%6.86%-
HSV(B)170.77º54.17%9.41%-
XYZ0.610.780.88-
YUV19.88129.19121.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.30%
GREEN value IS 24 (9.77% from 255) = 42.11%
BLUE value IS 22 (8.98% from 255) = 38.60%
R=19.30%
G=42.11%
B=38.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1124220.5400.080.91170.7737.146.86
HexB181636085Bab257
Octal13302666010133253457
Binary1011110001011011011001000101101110101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B1816;
 }
 .AnyTagClassName
 {
   color: #0B1816;
 }
</style>
background-color css

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

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

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

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

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

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