#331A2A

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

Shades of Melanzane #331A2A

Tints of Melanzane #331A2A

Color information

#331A2A (or 0x331A2A) is unknown color: approx Melanzane. HEX triplet: 33, 1A and 2A. RGB value is (51,26,42). Sum of RGB (Red+Green+Blue) = 51+26+42=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #331A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A2A is #CCE5D5. Grayscale: #232323. Windows color (decimal): -13428182 or 2759219. OLE color: 2759219.

HSL color Cylindrical-coordinate representation of color #331A2A: hue angle of 321.6º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #331A2A is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB512642-
CMYK00.490.180.8
HSL321.6º32.47%15.1%-
HSV(B)321.6º49.02%20%-
XYZ2.151.612.39-
YUV35.3131.78139.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.86%
GREEN value IS 26 (10.55% from 255) = 21.85%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=42.86%
G=21.85%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51264200.490.180.8321.632.4715.1
Hex331A2A031125014220f
Octal633252061221205024017
Binary1100111101010101001100011001010100001010000101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331A2A; }

 p { color: rgb(51,26,42); }

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

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

 a { background-color: rgb(51,26,42); }

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

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

 span { border-color: rgb(51,26,42); }

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