#130200

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

Shades of Black #130200

Tints of Black #130200

Color information

#130200 (or 0x130200) is unknown color: approx Black. HEX triplet: 13, 02 and 00. RGB value is (19,2,0). Sum of RGB (Red+Green+Blue) = 19+2+0=21 (2% of max value = 765). Red value is 19 (7.81% from 255 or 90.48% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 0 (0.39% from 255 or 0% from 21); Max value from RGB is 19 - color contains mainly: red. Hex color #130200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130200 is #ECFDFF. Grayscale: #060606. Windows color (decimal): -15531520 or 531. OLE color: 531.

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

Color convert

RGB1920-
CMYK00.8910.93
HSL6.32º100%3.73%-
HSV(B)6.32º100%7.45%-
XYZ0.290.180.02-
YUV6.86124.13136.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 90.48%
GREEN value IS 2 (1.17% from 255) = 9.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.48%
G=9.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal192000.8910.936.321003.73
Hex1320059645D6644
Octal2320013114413561444
Binary1001110001011001110010010111011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130200; }

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

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

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

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

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

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

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

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