#120705

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

Shades of Black #120705

Tints of Black #120705

Color information

#120705 (or 0x120705) is unknown color: approx Black. HEX triplet: 12, 07 and 05. RGB value is (18,7,5). Sum of RGB (Red+Green+Blue) = 18+7+5=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 5 (2.34% from 255 or 16.67% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #120705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120705 is #EDF8FA. Grayscale: #0A0A0A. Windows color (decimal): -15595771 or 329490. OLE color: 329490.

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

Color convert

RGB1875-
CMYK00.610.720.93
HSL9.23º56.52%4.51%-
HSV(B)9.23º72.22%7.06%-
XYZ0.350.290.18-
YUV10.06125.14133.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 60%
GREEN value IS 7 (3.12% from 255) = 23.33%
BLUE value IS 5 (2.34% from 255) = 16.67%
R=60%
G=23.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal187500.610.720.939.2356.524.51
Hex127503D485D9395
Octal227507511013511715
Binary100101111010111101100100010111011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120705; }

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

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

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

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

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

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

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

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