#120901

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

Shades of Black #120901

Tints of Black #120901

Color information

#120901 (or 0x120901) is unknown color: approx Black. HEX triplet: 12, 09 and 01. RGB value is (18,9,1). Sum of RGB (Red+Green+Blue) = 18+9+1=28 (3% of max value = 765). Red value is 18 (7.42% from 255 or 64.29% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 18 - color contains mainly: red. Hex color #120901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120901 is #EDF6FE. Grayscale: #0A0A0A. Windows color (decimal): -15595263 or 67858. OLE color: 67858.

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

Color convert

RGB1891-
CMYK00.50.940.93
HSL28.24º89.47%3.73%-
HSV(B)28.24º94.44%7.06%-
XYZ0.350.330.07-
YUV10.78122.48133.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 64.29%
GREEN value IS 9 (3.91% from 255) = 32.14%
BLUE value IS 1 (0.78% from 255) = 3.57%
R=64.29%
G=32.14%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal189100.50.940.9328.2489.473.73
Hex12910325E5D1c594
Octal22111062136135341314
Binary1001010011011001010111101011101111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120901; }

 p { color: rgb(18,9,1); }

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

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

 a { background-color: rgb(18,9,1); }

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

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

 span { border-color: rgb(18,9,1); }

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