#362226

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

Shades of Aubergine #362226

Tints of Aubergine #362226

Color information

#362226 (or 0x362226) is unknown color: approx Aubergine. HEX triplet: 36, 22 and 26. RGB value is (54,34,38). Sum of RGB (Red+Green+Blue) = 54+34+38=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #362226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362226 is #C9DDD9. Grayscale: #282828. Windows color (decimal): -13229530 or 2499126. OLE color: 2499126.

HSL color Cylindrical-coordinate representation of color #362226: hue angle of 348º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #362226 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB543438-
CMYK00.370.300.79
HSL348º22.73%17.25%-
HSV(B)348º37.04%21.18%-
XYZ2.442.072.1-
YUV40.44126.63137.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.86%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 38 (15.23% from 255) = 30.16%
R=42.86%
G=26.98%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54343800.370.300.7934822.7317.25
Hex3622260251E4F15c1711
Octal664246045361175342721
Binary11011010001010011001001011111010011111010111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362226; }

 p { color: rgb(54,34,38); }

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

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

 a { background-color: rgb(54,34,38); }

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

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

 span { border-color: rgb(54,34,38); }

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