#130706

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

Shades of Black #130706

Tints of Black #130706

Color information

#130706 (or 0x130706) is unknown color: approx Black. HEX triplet: 13, 07 and 06. RGB value is (19,7,6). Sum of RGB (Red+Green+Blue) = 19+7+6=32 (4% of max value = 765). Red value is 19 (7.81% from 255 or 59.38% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 19 - color contains mainly: red. Hex color #130706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130706 is #ECF8F9. Grayscale: #0A0A0A. Windows color (decimal): -15530234 or 395027. OLE color: 395027.

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

Color convert

RGB1976-
CMYK00.630.680.93
HSL4.62º52%4.9%-
HSV(B)4.62º68.42%7.45%-
XYZ0.380.30.21-
YUV10.47125.48134.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 59.38%
GREEN value IS 7 (3.12% from 255) = 21.88%
BLUE value IS 6 (2.73% from 255) = 18.75%
R=59.38%
G=21.88%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal197600.630.680.934.62524.9
Hex137603F445D5345
Octal23760771041355645
Binary10011111110011111110001001011101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130706; }

 p { color: rgb(19,7,6); }

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

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

 a { background-color: rgb(19,7,6); }

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

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

 span { border-color: rgb(19,7,6); }

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