#120F0B

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

Shades of Bokara Grey #120F0B

Tints of Bokara Grey #120F0B

Color information

#120F0B (or 0x120F0B) is unknown color: approx Bokara Grey. HEX triplet: 12, 0F and 0B. RGB value is (18,15,11). Sum of RGB (Red+Green+Blue) = 18+15+11=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 18 - color contains mainly: red. Hex color #120F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F0B is #EDF0F4. Grayscale: #0F0F0F. Windows color (decimal): -15593717 or 724754. OLE color: 724754.

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

Color convert

RGB181511-
CMYK00.170.390.93
HSL34.29º24.14%5.69%-
HSV(B)34.29º38.89%7.06%-
XYZ0.480.490.39-
YUV15.44125.49129.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 15 (6.25% from 255) = 34.09%
BLUE value IS 11 (4.69% from 255) = 25%
R=40.91%
G=34.09%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18151100.170.390.9334.2924.145.69
Hex12FB011275D22186
Octal2217130214713542306
Binary1001011111011010001100111101110110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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