#13020D

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

Shades of Melanzane #13020D

Tints of Melanzane #13020D

Color information

#13020D (or 0x13020D) is unknown color: approx Melanzane. HEX triplet: 13, 02 and 0D. RGB value is (19,2,13). Sum of RGB (Red+Green+Blue) = 19+2+13=34 (4% of max value = 765). Red value is 19 (7.81% from 255 or 55.88% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 19 - color contains mainly: red. Hex color #13020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13020D is #ECFDF2. Grayscale: #080808. Windows color (decimal): -15531507 or 852499. OLE color: 852499.

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

Color convert

RGB19213-
CMYK00.890.320.93
HSL321.18º80.95%4.12%-
HSV(B)321.18º89.47%7.45%-
XYZ0.360.210.4-
YUV8.34130.63135.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 55.88%
GREEN value IS 2 (1.17% from 255) = 5.88%
BLUE value IS 13 (5.47% from 255) = 38.24%
R=55.88%
G=5.88%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1921300.890.320.93321.1880.954.12
Hex132D059205D141514
Octal232150131401355011214
Binary100111011010101100110000010111011010000011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13020D; }

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

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

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

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

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

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

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

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