#130505

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

Shades of Black #130505

Tints of Black #130505

Color information

#130505 (or 0x130505) is unknown color: approx Black. HEX triplet: 13, 05 and 05. RGB value is (19,5,5). Sum of RGB (Red+Green+Blue) = 19+5+5=29 (3% of max value = 765). Red value is 19 (7.81% from 255 or 65.52% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 19 - color contains mainly: red. Hex color #130505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130505 is #ECFAFA. Grayscale: #090909. Windows color (decimal): -15530747 or 328979. OLE color: 328979.

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

Color convert

RGB1955-
CMYK00.740.740.93
HSL58.33%4.71%-
HSV(B)73.68%7.45%-
XYZ0.350.260.17-
YUV9.19125.64135-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 65.52%
GREEN value IS 5 (2.34% from 255) = 17.24%
BLUE value IS 5 (2.34% from 255) = 17.24%
R=65.52%
G=17.24%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal195500.740.740.93058.334.71
Hex135504A4A5D03a5
Octal235501121121350725
Binary1001110110101001010100101010111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130505; }

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

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

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

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

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

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

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

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