#120F0D

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

Shades of Bokara Grey #120F0D

Tints of Bokara Grey #120F0D

Color information

#120F0D (or 0x120F0D) is unknown color: approx Bokara Grey. HEX triplet: 12, 0F and 0D. RGB value is (18,15,13). Sum of RGB (Red+Green+Blue) = 18+15+13=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 18 - color contains mainly: red. Hex color #120F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F0D is #EDF0F2. Grayscale: #0F0F0F. Windows color (decimal): -15593715 or 855826. OLE color: 855826.

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

Color convert

RGB181513-
CMYK00.170.280.93
HSL24º16.13%6.08%-
HSV(B)24º27.78%7.06%-
XYZ0.490.50.45-
YUV15.67126.49129.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 39.13%
GREEN value IS 15 (6.25% from 255) = 32.61%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=39.13%
G=32.61%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18151300.170.280.932416.136.08
Hex12FD0111C5D18106
Octal2217150213413530206
Binary10010111111010100011110010111011100010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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