#1A0413

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

Shades of Melanzane #1A0413

Tints of Melanzane #1A0413

Color information

#1A0413 (or 0x1A0413) is unknown color: approx Melanzane. HEX triplet: 1A, 04 and 13. RGB value is (26,4,19). Sum of RGB (Red+Green+Blue) = 26+4+19=49 (6% of max value = 765). Red value is 26 (10.55% from 255 or 53.06% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0413 is #E5FBEC. Grayscale: #0C0C0C. Windows color (decimal): -15072237 or 1246234. OLE color: 1246234.

HSL color Cylindrical-coordinate representation of color #1A0413: hue angle of 319.09º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A0413 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.90.

Color convert

RGB26419-
CMYK00.850.270.90
HSL319.09º73.33%5.88%-
HSV(B)319.09º84.62%10.2%-
XYZ0.590.350.65-
YUV12.29131.79137.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 53.06%
GREEN value IS 4 (1.95% from 255) = 8.16%
BLUE value IS 19 (7.81% from 255) = 38.78%
R=53.06%
G=8.16%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2641900.850.270.90319.0973.335.88
Hex1A4130551B5A13f496
Octal324230125331324771116
Binary1101010010011010101011101110110101001111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A0413; }

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

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

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

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

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

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

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

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