#120E0A

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

Shades of Bokara Grey #120E0A

Tints of Bokara Grey #120E0A

Color information

#120E0A (or 0x120E0A) is unknown color: approx Bokara Grey. HEX triplet: 12, 0E and 0A. RGB value is (18,14,10). Sum of RGB (Red+Green+Blue) = 18+14+10=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 18 - color contains mainly: red. Hex color #120E0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E0A is #EDF1F5. Grayscale: #0E0E0E. Windows color (decimal): -15593974 or 658962. OLE color: 658962.

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

Color convert

RGB181410-
CMYK00.220.440.93
HSL30º28.57%5.49%-
HSV(B)30º44.44%7.06%-
XYZ0.460.460.35-
YUV14.74125.33130.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 42.86%
GREEN value IS 14 (5.86% from 255) = 33.33%
BLUE value IS 10 (4.30% from 255) = 23.81%
R=42.86%
G=33.33%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18141000.220.440.933028.575.49
Hex12EA0162C5D1e1d5
Octal2216120265413536355
Binary100101110101001011010110010111011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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