#0B1414

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

Shades of Dark Green #0B1414

Tints of Dark Green #0B1414

Color information

#0B1414 (or 0x0B1414) is unknown color: approx Dark Green. HEX triplet: 0B, 14 and 14. RGB value is (11,20,20). Sum of RGB (Red+Green+Blue) = 11+20+20=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #0B1414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1414 is #F4EBEB. Grayscale: #111111. Windows color (decimal): -16051180 or 1315851. OLE color: 1315851.

HSL color Cylindrical-coordinate representation of color #0B1414: hue angle of 180º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0B1414 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB112020-
CMYK0.45000.92
HSL180º29.03%6.08%-
HSV(B)180º45%7.84%-
XYZ0.510.620.75-
YUV17.31129.52123.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 21.57%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 20 (8.20% from 255) = 39.22%
R=21.57%
G=39.22%
B=39.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1120200.45000.9218029.036.08
HexB14142D005Cb41d6
Octal1324245500134264356
Binary101110100101001011010010111001011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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