#0B1614

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

Shades of Dark Green #0B1614

Tints of Dark Green #0B1614

Color information

#0B1614 (or 0x0B1614) is unknown color: approx Dark Green. HEX triplet: 0B, 16 and 14. RGB value is (11,22,20). Sum of RGB (Red+Green+Blue) = 11+22+20=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 22 (8.98% from 255 or 41.51% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 22 - color contains mainly: green. Hex color #0B1614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1614 is #F4E9EB. Grayscale: #121212. Windows color (decimal): -16050668 or 1316363. OLE color: 1316363.

HSL color Cylindrical-coordinate representation of color #0B1614: hue angle of 169.09º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B1614 is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB112220-
CMYK0.500.090.91
HSL169.09º33.33%6.47%-
HSV(B)169.09º50%8.63%-
XYZ0.550.70.77-
YUV18.48128.86122.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.75%
GREEN value IS 22 (8.98% from 255) = 41.51%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=20.75%
G=41.51%
B=37.74%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1122200.500.090.91169.0933.336.47
HexB161432095Ba9216
Octal13262462011133251416
Binary1011101101010011001001001101101110101001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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