#341F23

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

Shades of Aubergine #341F23

Tints of Aubergine #341F23

Color information

#341F23 (or 0x341F23) is unknown color: approx Aubergine. HEX triplet: 34, 1F and 23. RGB value is (52,31,35). Sum of RGB (Red+Green+Blue) = 52+31+35=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #341F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F23 is #CBE0DC. Grayscale: #252525. Windows color (decimal): -13361373 or 2301748. OLE color: 2301748.

HSL color Cylindrical-coordinate representation of color #341F23: hue angle of 348.57º 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 #341F23 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.80.

Color convert

RGB523135-
CMYK00.400.330.80
HSL348.57º25.3%16.27%-
HSV(B)348.57º40.38%20.39%-
XYZ2.211.831.83-
YUV37.74126.46138.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.07%
GREEN value IS 31 (12.5% from 255) = 26.27%
BLUE value IS 35 (14.06% from 255) = 29.66%
R=44.07%
G=26.27%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52313500.400.330.80348.5725.316.27
Hex341F23028215015d1910
Octal643743050411205353120
Binary11010011111100011010100010000110100001010111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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