#130402

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

Shades of Black #130402

Tints of Black #130402

Color information

#130402 (or 0x130402) is unknown color: approx Black. HEX triplet: 13, 04 and 02. RGB value is (19,4,2). Sum of RGB (Red+Green+Blue) = 19+4+2=25 (3% of max value = 765). Red value is 19 (7.81% from 255 or 76% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 2 (1.17% from 255 or 8% from 25); Max value from RGB is 19 - color contains mainly: red. Hex color #130402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130402 is #ECFBFD. Grayscale: #080808. Windows color (decimal): -15531006 or 132115. OLE color: 132115.

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

Color convert

RGB1942-
CMYK00.790.890.93
HSL7.06º80.95%4.12%-
HSV(B)7.06º89.47%7.45%-
XYZ0.320.230.08-
YUV8.26124.47135.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 76%
GREEN value IS 4 (1.95% from 255) = 16%
BLUE value IS 2 (1.17% from 255) = 8%
R=76%
G=16%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal194200.790.890.937.0680.954.12
Hex134204F595D7514
Octal2342011713113571214
Binary100111001001001111101100110111011111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130402; }

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

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

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

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

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

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

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

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