#120A02

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

Shades of Black #120A02

Tints of Black #120A02

Color information

#120A02 (or 0x120A02) is unknown color: approx Black. HEX triplet: 12, 0A and 02. RGB value is (18,10,2). Sum of RGB (Red+Green+Blue) = 18+10+2=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #120A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A02 is #EDF5FD. Grayscale: #0B0B0B. Windows color (decimal): -15595006 or 133650. OLE color: 133650.

HSL color Cylindrical-coordinate representation of color #120A02: hue angle of 30º 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 #120A02 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB18102-
CMYK00.440.890.93
HSL30º80%3.92%-
HSV(B)30º88.89%7.06%-
XYZ0.370.350.11-
YUV11.48122.65132.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 60%
GREEN value IS 10 (4.30% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 6.67%
R=60%
G=33.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1810200.440.890.9330803.92
Hex12A202C595D1e504
Octal22122054131135361204
Binary10010101010010110010110011011101111101010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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