#120F0C

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

Shades of Bokara Grey #120F0C

Tints of Bokara Grey #120F0C

Color information

#120F0C (or 0x120F0C) is unknown color: approx Bokara Grey. HEX triplet: 12, 0F and 0C. RGB value is (18,15,12). Sum of RGB (Red+Green+Blue) = 18+15+12=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 18 - color contains mainly: red. Hex color #120F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F0C is #EDF0F3. Grayscale: #0F0F0F. Windows color (decimal): -15593716 or 790290. OLE color: 790290.

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

Color convert

RGB181512-
CMYK00.170.330.93
HSL30º20%5.88%-
HSV(B)30º33.33%7.06%-
XYZ0.490.50.42-
YUV15.56125.99129.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 15 (6.25% from 255) = 33.33%
BLUE value IS 12 (5.08% from 255) = 26.67%
R=40%
G=33.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18151200.170.330.9330205.88
Hex12FC011215D1e146
Octal2217140214113536246
Binary100101111110001000110000110111011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,15,12); }

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

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

 a { background-color: rgb(18,15,12); }

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

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

 span { border-color: rgb(18,15,12); }

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