#130705

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

Shades of Black #130705

Tints of Black #130705

Color information

#130705 (or 0x130705) is unknown color: approx Black. HEX triplet: 13, 07 and 05. RGB value is (19,7,5). Sum of RGB (Red+Green+Blue) = 19+7+5=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #130705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130705 is #ECF8FA. Grayscale: #0A0A0A. Windows color (decimal): -15530235 or 329491. OLE color: 329491.

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

Color convert

RGB1975-
CMYK00.630.740.93
HSL8.57º58.33%4.71%-
HSV(B)8.57º73.68%7.45%-
XYZ0.370.30.18-
YUV10.36124.98134.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 61.29%
GREEN value IS 7 (3.12% from 255) = 22.58%
BLUE value IS 5 (2.34% from 255) = 16.13%
R=61.29%
G=22.58%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal197500.630.740.938.5758.334.71
Hex137503F4A5D93a5
Octal237507711213511725
Binary100111111010111111100101010111011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130705; }

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

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

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

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

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

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

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

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