#120B01

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

Shades of Bokara Grey #120B01

Tints of Bokara Grey #120B01

Color information

#120B01 (or 0x120B01) is unknown color: approx Bokara Grey. HEX triplet: 12, 0B and 01. RGB value is (18,11,1). Sum of RGB (Red+Green+Blue) = 18+11+1=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 11 (4.69% from 255 or 36.67% from 30); Blue value is 1 (0.78% from 255 or 3.33% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #120B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B01 is #EDF4FE. Grayscale: #0B0B0B. Windows color (decimal): -15594751 or 68370. OLE color: 68370.

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

Color convert

RGB18111-
CMYK00.390.940.93
HSL35.29º89.47%3.73%-
HSV(B)35.29º94.44%7.06%-
XYZ0.370.370.08-
YUV11.95121.82132.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 60%
GREEN value IS 11 (4.69% from 255) = 36.67%
BLUE value IS 1 (0.78% from 255) = 3.33%
R=60%
G=36.67%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1811100.390.940.9335.2989.473.73
Hex12B10275E5D23594
Octal22131047136135431314
Binary10010101110100111101111010111011000111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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