#130707

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

Shades of Black #130707

Tints of Black #130707

Color information

#130707 (or 0x130707) is unknown color: approx Black. HEX triplet: 13, 07 and 07. RGB value is (19,7,7). Sum of RGB (Red+Green+Blue) = 19+7+7=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #130707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130707 is #ECF8F8. Grayscale: #0A0A0A. Windows color (decimal): -15530233 or 460563. OLE color: 460563.

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

Color convert

RGB1977-
CMYK00.630.630.93
HSL46.15%5.1%-
HSV(B)63.16%7.45%-
XYZ0.380.310.24-
YUV10.59125.98134-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 57.58%
GREEN value IS 7 (3.12% from 255) = 21.21%
BLUE value IS 7 (3.12% from 255) = 21.21%
R=57.58%
G=21.21%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal197700.630.630.93046.155.1
Hex137703F3F5D02e5
Octal2377077771350565
Binary10011111111011111111111110111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130707; }

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

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

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

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

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

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

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

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