#120E0B

Color #120E0B Bokara Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bokara Grey #120E0B

Tints of Bokara Grey #120E0B

Color information

#120E0B (or 0x120E0B) is unknown color: approx Bokara Grey. HEX triplet: 12, 0E and 0B. RGB value is (18,14,11). Sum of RGB (Red+Green+Blue) = 18+14+11=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 18 - color contains mainly: red. Hex color #120E0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E0B is #EDF1F4. Grayscale: #0E0E0E. Windows color (decimal): -15593973 or 724498. OLE color: 724498.

HSL color Cylindrical-coordinate representation of color #120E0B: hue angle of 25.71º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #120E0B is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB181411-
CMYK00.220.390.93
HSL25.71º24.14%5.69%-
HSV(B)25.71º38.89%7.06%-
XYZ0.470.470.38-
YUV14.85125.83130.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 14 (5.86% from 255) = 32.56%
BLUE value IS 11 (4.69% from 255) = 25.58%
R=41.86%
G=32.56%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18141100.220.390.9325.7124.145.69
Hex12EB016275D1a186
Octal2216130264713532306
Binary100101110101101011010011110111011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120E0B; }

 p { color: rgb(18,14,11); }

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

<style>
 a { background-color: #120E0B; }

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

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

<style>
 span { border-color: #120E0B; }

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

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