#120302

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

Shades of Black #120302

Tints of Black #120302

Color information

#120302 (or 0x120302) is unknown color: approx Black. HEX triplet: 12, 03 and 02. RGB value is (18,3,2). Sum of RGB (Red+Green+Blue) = 18+3+2=23 (3% of max value = 765). Red value is 18 (7.42% from 255 or 78.26% from 23); Green value is 3 (1.56% from 255 or 13.04% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 18 - color contains mainly: red. Hex color #120302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120302 is #EDFCFD. Grayscale: #070707. Windows color (decimal): -15596798 or 131858. OLE color: 131858.

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

Color convert

RGB1832-
CMYK00.830.890.93
HSL3.75º80%3.92%-
HSV(B)3.75º88.89%7.06%-
XYZ0.290.20.08-
YUV7.37124.97135.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 78.26%
GREEN value IS 3 (1.56% from 255) = 13.04%
BLUE value IS 2 (1.17% from 255) = 8.70%
R=78.26%
G=13.04%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal183200.830.890.933.75803.92
Hex1232053595D4504
Octal2232012313113541204
Binary10010111001010011101100110111011001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120302; }

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

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

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

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

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

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

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

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