#120C03

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

Shades of Bokara Grey #120C03

Tints of Bokara Grey #120C03

Color information

#120C03 (or 0x120C03) is unknown color: approx Bokara Grey. HEX triplet: 12, 0C and 03. RGB value is (18,12,3). Sum of RGB (Red+Green+Blue) = 18+12+3=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 3 (1.56% from 255 or 9.09% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #120C03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C03 is #EDF3FC. Grayscale: #0C0C0C. Windows color (decimal): -15594493 or 199698. OLE color: 199698.

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

Color convert

RGB18123-
CMYK00.330.830.93
HSL36º71.43%4.12%-
HSV(B)36º83.33%7.06%-
XYZ0.40.40.14-
YUV12.77122.49131.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 54.55%
GREEN value IS 12 (5.08% from 255) = 36.36%
BLUE value IS 3 (1.56% from 255) = 9.09%
R=54.55%
G=36.36%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1812300.330.830.933671.434.12
Hex12C3021535D24474
Octal22143041123135441074
Binary100101100110100001101001110111011001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,12,3); }

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

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

 a { background-color: rgb(18,12,3); }

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

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

 span { border-color: rgb(18,12,3); }

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