#120C05

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

Shades of Bokara Grey #120C05

Tints of Bokara Grey #120C05

Color information

#120C05 (or 0x120C05) is unknown color: approx Bokara Grey. HEX triplet: 12, 0C and 05. RGB value is (18,12,5). Sum of RGB (Red+Green+Blue) = 18+12+5=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 5 (2.34% from 255 or 14.29% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C05 is #EDF3FA. Grayscale: #0D0D0D. Windows color (decimal): -15594491 or 330770. OLE color: 330770.

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

Color convert

RGB18125-
CMYK00.330.720.93
HSL32.31º56.52%4.51%-
HSV(B)32.31º72.22%7.06%-
XYZ0.410.40.2-
YUV13123.49131.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 51.43%
GREEN value IS 12 (5.08% from 255) = 34.29%
BLUE value IS 5 (2.34% from 255) = 14.29%
R=51.43%
G=34.29%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1812500.330.720.9332.3156.524.51
Hex12C5021485D20395
Octal2214504111013540715
Binary100101100101010000110010001011101100000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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