#331F21

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

Shades of Aubergine #331F21

Tints of Aubergine #331F21

Color information

#331F21 (or 0x331F21) is unknown color: approx Aubergine. HEX triplet: 33, 1F and 21. RGB value is (51,31,33). Sum of RGB (Red+Green+Blue) = 51+31+33=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #331F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F21 is #CCE0DE. Grayscale: #252525. Windows color (decimal): -13426911 or 2170675. OLE color: 2170675.

HSL color Cylindrical-coordinate representation of color #331F21: hue angle of 354º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #331F21 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB513133-
CMYK00.390.350.8
HSL354º24.39%16.08%-
HSV(B)354º39.22%20%-
XYZ2.131.791.67-
YUV37.21125.63137.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.35%
GREEN value IS 31 (12.5% from 255) = 26.96%
BLUE value IS 33 (13.28% from 255) = 28.70%
R=44.35%
G=26.96%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51313300.390.350.835424.3916.08
Hex331F2102723501621810
Octal633741047431205423020
Binary11001111111100001010011110001110100001011000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,31,33); }

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

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

 a { background-color: rgb(51,31,33); }

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

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

 span { border-color: rgb(51,31,33); }

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