#120B00

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

Shades of Bokara Grey #120B00

Tints of Bokara Grey #120B00

Color information

#120B00 (or 0x120B00) is unknown color: approx Bokara Grey. HEX triplet: 12, 0B and 00. RGB value is (18,11,0). Sum of RGB (Red+Green+Blue) = 18+11+0=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 11 (4.69% from 255 or 37.93% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120B00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B00 is #EDF4FF. Grayscale: #0B0B0B. Windows color (decimal): -15594752 or 2834. OLE color: 2834.

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

Color convert

RGB18110-
CMYK00.3910.93
HSL36.67º100%3.53%-
HSV(B)36.67º100%7.06%-
XYZ0.370.370.05-
YUV11.84121.32132.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 62.07%
GREEN value IS 11 (4.69% from 255) = 37.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.07%
G=37.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1811000.3910.9336.671003.53
Hex12B0027645D25644
Octal22130047144135451444
Binary10010101100100111110010010111011001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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