#130403

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

Shades of Black #130403

Tints of Black #130403

Color information

#130403 (or 0x130403) is unknown color: approx Black. HEX triplet: 13, 04 and 03. RGB value is (19,4,3). Sum of RGB (Red+Green+Blue) = 19+4+3=26 (3% of max value = 765). Red value is 19 (7.81% from 255 or 73.08% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 19 - color contains mainly: red. Hex color #130403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130403 is #ECFBFC. Grayscale: #080808. Windows color (decimal): -15531005 or 197651. OLE color: 197651.

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

Color convert

RGB1943-
CMYK00.790.840.93
HSL3.75º72.73%4.31%-
HSV(B)3.75º84.21%7.45%-
XYZ0.330.230.11-
YUV8.37124.97135.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 73.08%
GREEN value IS 4 (1.95% from 255) = 15.38%
BLUE value IS 3 (1.56% from 255) = 11.54%
R=73.08%
G=15.38%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal194300.790.840.933.7572.734.31
Hex134304F545D4494
Octal2343011712413541114
Binary100111001101001111101010010111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130403; }

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

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

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

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

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

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

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

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