#362325

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

Shades of Aubergine #362325

Tints of Aubergine #362325

Color information

#362325 (or 0x362325) is unknown color: approx Aubergine. HEX triplet: 36, 23 and 25. RGB value is (54,35,37). Sum of RGB (Red+Green+Blue) = 54+35+37=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #362325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362325 is #C9DCDA. Grayscale: #282828. Windows color (decimal): -13229275 or 2433846. OLE color: 2433846.

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

Color convert

RGB543537-
CMYK00.350.310.79
HSL353.68º21.35%17.45%-
HSV(B)353.68º35.19%21.18%-
XYZ2.462.122.03-
YUV40.91125.79137.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.86%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 37 (14.84% from 255) = 29.37%
R=42.86%
G=27.78%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54353700.350.310.79353.6821.3517.45
Hex3623250231F4F1621511
Octal664345043371175422521
Binary11011010001110010101000111111110011111011000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362325; }

 p { color: rgb(54,35,37); }

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

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

 a { background-color: rgb(54,35,37); }

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

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

 span { border-color: rgb(54,35,37); }

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