#130210

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

Shades of Melanzane #130210

Tints of Melanzane #130210

Color information

#130210 (or 0x130210) is unknown color: approx Melanzane. HEX triplet: 13, 02 and 10. RGB value is (19,2,16). Sum of RGB (Red+Green+Blue) = 19+2+16=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #130210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130210 is #ECFDEF. Grayscale: #080808. Windows color (decimal): -15531504 or 1049107. OLE color: 1049107.

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

Color convert

RGB19216-
CMYK00.890.160.93
HSL310.59º80.95%4.12%-
HSV(B)310.59º89.47%7.45%-
XYZ0.380.220.51-
YUV8.68132.13135.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 51.35%
GREEN value IS 2 (1.17% from 255) = 5.41%
BLUE value IS 16 (6.64% from 255) = 43.24%
R=51.35%
G=5.41%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1921600.890.160.93310.5980.954.12
Hex13210059105D137514
Octal232200131201354671214
Binary100111010000010110011000010111011001101111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130210; }

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

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

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

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

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

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

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

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