#120B02

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

Shades of Black #120B02

Tints of Black #120B02

Color information

#120B02 (or 0x120B02) is unknown color: approx Black. HEX triplet: 12, 0B and 02. RGB value is (18,11,2). Sum of RGB (Red+Green+Blue) = 18+11+2=31 (4% of max value = 765). Red value is 18 (7.42% from 255 or 58.06% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 18 - color contains mainly: red. Hex color #120B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B02 is #EDF4FD. Grayscale: #0C0C0C. Windows color (decimal): -15594750 or 133906. OLE color: 133906.

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

Color convert

RGB18112-
CMYK00.390.890.93
HSL33.75º80%3.92%-
HSV(B)33.75º88.89%7.06%-
XYZ0.380.370.11-
YUV12.07122.32132.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 58.06%
GREEN value IS 11 (4.69% from 255) = 35.48%
BLUE value IS 2 (1.17% from 255) = 6.45%
R=58.06%
G=35.48%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1811200.390.890.9333.75803.92
Hex12B2027595D22504
Octal22132047131135421204
Binary100101011100100111101100110111011000101010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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