#331F22

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

Shades of Aubergine #331F22

Tints of Aubergine #331F22

Color information

#331F22 (or 0x331F22) is unknown color: approx Aubergine. HEX triplet: 33, 1F and 22. RGB value is (51,31,34). Sum of RGB (Red+Green+Blue) = 51+31+34=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #331F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F22 is #CCE0DD. Grayscale: #252525. Windows color (decimal): -13426910 or 2236211. OLE color: 2236211.

HSL color Cylindrical-coordinate representation of color #331F22: hue angle of 351º 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 #331F22 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.8.

Color convert

RGB513134-
CMYK00.390.330.8
HSL351º24.39%16.08%-
HSV(B)351º39.22%20%-
XYZ2.141.81.75-
YUV37.32126.13137.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 34 (13.67% from 255) = 29.31%
R=43.97%
G=26.72%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51313400.390.330.835124.3916.08
Hex331F22027215015f1810
Octal633742047411205373020
Binary11001111111100010010011110000110100001010111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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