#130501

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

Shades of Black #130501

Tints of Black #130501

Color information

#130501 (or 0x130501) is unknown color: approx Black. HEX triplet: 13, 05 and 01. RGB value is (19,5,1). Sum of RGB (Red+Green+Blue) = 19+5+1=25 (3% of max value = 765). Red value is 19 (7.81% from 255 or 76% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 19 - color contains mainly: red. Hex color #130501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130501 is #ECFAFE. Grayscale: #080808. Windows color (decimal): -15530751 or 66835. OLE color: 66835.

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

Color convert

RGB1951-
CMYK00.740.950.93
HSL13.33º90%3.92%-
HSV(B)13.33º94.74%7.45%-
XYZ0.330.250.06-
YUV8.73123.64135.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 76%
GREEN value IS 5 (2.34% from 255) = 20%
BLUE value IS 1 (0.78% from 255) = 4%
R=76%
G=20%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal195100.740.950.9313.33903.92
Hex135104A5F5Dd5a4
Octal23510112137135151324
Binary100111011010010101011111101110111011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130501; }

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

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

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

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

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

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

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

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