#120900

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

Shades of Black #120900

Tints of Black #120900

Color information

#120900 (or 0x120900) is unknown color: approx Black. HEX triplet: 12, 09 and 00. RGB value is (18,9,0). Sum of RGB (Red+Green+Blue) = 18+9+0=27 (3% of max value = 765). Red value is 18 (7.42% from 255 or 66.67% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 0 (0.39% from 255 or 0% from 27); Max value from RGB is 18 - color contains mainly: red. Hex color #120900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120900 is #EDF6FF. Grayscale: #0A0A0A. Windows color (decimal): -15595264 or 2322. OLE color: 2322.

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

Color convert

RGB1890-
CMYK00.510.93
HSL30º100%3.53%-
HSV(B)30º100%7.06%-
XYZ0.350.320.04-
YUV10.66121.98133.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 66.67%
GREEN value IS 9 (3.91% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal189000.510.93301003.53
Hex1290032645D1e644
Octal22110062144135361444
Binary1001010010011001011001001011101111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120900; }

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

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

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

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

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

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

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

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