#120905

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

Shades of Black #120905

Tints of Black #120905

Color information

#120905 (or 0x120905) is unknown color: approx Black. HEX triplet: 12, 09 and 05. RGB value is (18,9,5). Sum of RGB (Red+Green+Blue) = 18+9+5=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #120905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120905 is #EDF6FA. Grayscale: #0B0B0B. Windows color (decimal): -15595259 or 330002. OLE color: 330002.

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

Color convert

RGB1895-
CMYK00.50.720.93
HSL18.46º56.52%4.51%-
HSV(B)18.46º72.22%7.06%-
XYZ0.370.330.19-
YUV11.24124.48132.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 56.25%
GREEN value IS 9 (3.91% from 255) = 28.12%
BLUE value IS 5 (2.34% from 255) = 15.62%
R=56.25%
G=28.12%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal189500.50.720.9318.4656.524.51
Hex1295032485D12395
Octal2211506211013522715
Binary10010100110101100101001000101110110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120905; }

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

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

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

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

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

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

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

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