#13020F

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

Shades of Melanzane #13020F

Tints of Melanzane #13020F

Color information

#13020F (or 0x13020F) is unknown color: approx Melanzane. HEX triplet: 13, 02 and 0F. RGB value is (19,2,15). Sum of RGB (Red+Green+Blue) = 19+2+15=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #13020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13020F is #ECFDF0. Grayscale: #080808. Windows color (decimal): -15531505 or 983571. OLE color: 983571.

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

Color convert

RGB19215-
CMYK00.890.210.93
HSL314.12º80.95%4.12%-
HSV(B)314.12º89.47%7.45%-
XYZ0.380.220.47-
YUV8.57131.63135.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 52.78%
GREEN value IS 2 (1.17% from 255) = 5.56%
BLUE value IS 15 (6.25% from 255) = 41.67%
R=52.78%
G=5.56%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1921500.890.210.93314.1280.954.12
Hex132F059155D13a514
Octal232170131251354721214
Binary10011101111010110011010110111011001110101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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