#120702

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

Shades of Black #120702

Tints of Black #120702

Color information

#120702 (or 0x120702) is unknown color: approx Black. HEX triplet: 12, 07 and 02. RGB value is (18,7,2). Sum of RGB (Red+Green+Blue) = 18+7+2=27 (3% of max value = 765). Red value is 18 (7.42% from 255 or 66.67% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 18 - color contains mainly: red. Hex color #120702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120702 is #EDF8FD. Grayscale: #090909. Windows color (decimal): -15595774 or 132882. OLE color: 132882.

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

Color convert

RGB1872-
CMYK00.610.890.93
HSL18.75º80%3.92%-
HSV(B)18.75º88.89%7.06%-
XYZ0.340.280.09-
YUV9.72123.64133.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 66.67%
GREEN value IS 7 (3.12% from 255) = 25.93%
BLUE value IS 2 (1.17% from 255) = 7.41%
R=66.67%
G=25.93%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal187200.610.890.9318.75803.92
Hex127203D595D13504
Octal2272075131135231204
Binary1001011110011110110110011011101100111010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120702; }

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

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

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

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

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

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

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

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