#120300

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

Shades of Black #120300

Tints of Black #120300

Color information

#120300 (or 0x120300) is unknown color: approx Black. HEX triplet: 12, 03 and 00. RGB value is (18,3,0). Sum of RGB (Red+Green+Blue) = 18+3+0=21 (2% of max value = 765). Red value is 18 (7.42% from 255 or 85.71% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 0 (0.39% from 255 or 0% from 21); Max value from RGB is 18 - color contains mainly: red. Hex color #120300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120300 is #EDFCFF. Grayscale: #070707. Windows color (decimal): -15596800 or 786. OLE color: 786.

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

Color convert

RGB1830-
CMYK00.8310.93
HSL10º100%3.53%-
HSV(B)10º100%7.06%-
XYZ0.280.190.02-
YUV7.14123.97135.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 85.71%
GREEN value IS 3 (1.56% from 255) = 14.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.71%
G=14.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal183000.8310.93101003.53
Hex1230053645Da644
Octal22300123144135121444
Binary10010110010100111100100101110110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120300; }

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

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

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

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

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

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

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

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