#120E08

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

Shades of Bokara Grey #120E08

Tints of Bokara Grey #120E08

Color information

#120E08 (or 0x120E08) is unknown color: approx Bokara Grey. HEX triplet: 12, 0E and 08. RGB value is (18,14,8). Sum of RGB (Red+Green+Blue) = 18+14+8=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 18 - color contains mainly: red. Hex color #120E08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E08 is #EDF1F7. Grayscale: #0E0E0E. Windows color (decimal): -15593976 or 527890. OLE color: 527890.

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

Color convert

RGB18148-
CMYK00.220.560.93
HSL36º38.46%5.1%-
HSV(B)36º55.56%7.06%-
XYZ0.450.460.29-
YUV14.51124.33130.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 45%
GREEN value IS 14 (5.86% from 255) = 35%
BLUE value IS 8 (3.52% from 255) = 20%
R=45%
G=35%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1814800.220.560.933638.465.1
Hex12E8016385D24265
Octal2216100267013544465
Binary10010111010000101101110001011101100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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