#341F22

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

Shades of Aubergine #341F22

Tints of Aubergine #341F22

Color information

#341F22 (or 0x341F22) is unknown color: approx Aubergine. HEX triplet: 34, 1F and 22. RGB value is (52,31,34). Sum of RGB (Red+Green+Blue) = 52+31+34=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 34 (13.67% from 255 or 29.06% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #341F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F22 is #CBE0DD. Grayscale: #252525. Windows color (decimal): -13361374 or 2236212. OLE color: 2236212.

HSL color Cylindrical-coordinate representation of color #341F22: hue angle of 351.43º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #341F22 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.80.

Color convert

RGB523134-
CMYK00.400.350.80
HSL351.43º25.3%16.27%-
HSV(B)351.43º40.38%20.39%-
XYZ2.191.831.75-
YUV37.62125.96138.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 31 (12.5% from 255) = 26.50%
BLUE value IS 34 (13.67% from 255) = 29.06%
R=44.44%
G=26.50%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52313400.400.350.80351.4325.316.27
Hex341F22028235015f1910
Octal643742050431205373120
Binary11010011111100010010100010001110100001010111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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