#120907

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

Shades of Black #120907

Tints of Black #120907

Color information

#120907 (or 0x120907) is unknown color: approx Black. HEX triplet: 12, 09 and 07. RGB value is (18,9,7). Sum of RGB (Red+Green+Blue) = 18+9+7=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 7 (3.12% from 255 or 20.59% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #120907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120907 is #EDF6F8. Grayscale: #0B0B0B. Windows color (decimal): -15595257 or 461074. OLE color: 461074.

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

Color convert

RGB1897-
CMYK00.50.610.93
HSL10.91º44%4.9%-
HSV(B)10.91º61.11%7.06%-
XYZ0.390.340.25-
YUV11.46125.48132.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 52.94%
GREEN value IS 9 (3.91% from 255) = 26.47%
BLUE value IS 7 (3.12% from 255) = 20.59%
R=52.94%
G=26.47%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal189700.50.610.9310.91444.9
Hex12970323D5Db2c5
Octal221170627513513545
Binary100101001111011001011110110111011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120907; }

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

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

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

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

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

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

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

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