#362227

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

Shades of Aubergine #362227

Tints of Aubergine #362227

Color information

#362227 (or 0x362227) is unknown color: approx Aubergine. HEX triplet: 36, 22 and 27. RGB value is (54,34,39). Sum of RGB (Red+Green+Blue) = 54+34+39=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #362227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362227 is #C9DDD8. Grayscale: #282828. Windows color (decimal): -13229529 or 2564662. OLE color: 2564662.

HSL color Cylindrical-coordinate representation of color #362227: hue angle of 345º 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 #362227 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB543439-
CMYK00.370.280.79
HSL345º22.73%17.25%-
HSV(B)345º37.04%21.18%-
XYZ2.462.072.19-
YUV40.55127.13137.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 34 (13.67% from 255) = 26.77%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=42.52%
G=26.77%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54343900.370.280.7934522.7317.25
Hex3622270251C4F1591711
Octal664247045341175312721
Binary11011010001010011101001011110010011111010110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362227; }

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

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

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

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

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

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

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

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