#130503

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

Shades of Black #130503

Tints of Black #130503

Color information

#130503 (or 0x130503) is unknown color: approx Black. HEX triplet: 13, 05 and 03. RGB value is (19,5,3). Sum of RGB (Red+Green+Blue) = 19+5+3=27 (3% of max value = 765). Red value is 19 (7.81% from 255 or 70.37% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 19 - color contains mainly: red. Hex color #130503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130503 is #ECFAFC. Grayscale: #080808. Windows color (decimal): -15530749 or 197907. OLE color: 197907.

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

Color convert

RGB1953-
CMYK00.740.840.93
HSL7.5º72.73%4.31%-
HSV(B)7.5º84.21%7.45%-
XYZ0.340.250.12-
YUV8.96124.64135.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 70.37%
GREEN value IS 5 (2.34% from 255) = 18.52%
BLUE value IS 3 (1.56% from 255) = 11.11%
R=70.37%
G=18.52%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal195300.740.840.937.572.734.31
Hex135304A545D8494
Octal23530112124135101114
Binary1001110111010010101010100101110110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130503; }

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

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

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

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

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

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

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

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