#120F0A

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

Shades of Bokara Grey #120F0A

Tints of Bokara Grey #120F0A

Color information

#120F0A (or 0x120F0A) is unknown color: approx Bokara Grey. HEX triplet: 12, 0F and 0A. RGB value is (18,15,10). Sum of RGB (Red+Green+Blue) = 18+15+10=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 18 - color contains mainly: red. Hex color #120F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F0A is #EDF0F5. Grayscale: #0F0F0F. Windows color (decimal): -15593718 or 659218. OLE color: 659218.

HSL color Cylindrical-coordinate representation of color #120F0A: hue angle of 37.5º 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 #120F0A is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB181510-
CMYK00.170.440.93
HSL37.5º28.57%5.49%-
HSV(B)37.5º44.44%7.06%-
XYZ0.480.490.36-
YUV15.33124.99129.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 15 (6.25% from 255) = 34.88%
BLUE value IS 10 (4.30% from 255) = 23.26%
R=41.86%
G=34.88%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18151000.170.440.9337.528.575.49
Hex12FA0112C5D251d5
Octal2217120215413545355
Binary1001011111010010001101100101110110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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