#362D2F

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

Shades of Aubergine #362D2F

Tints of Aubergine #362D2F

Color information

#362D2F (or 0x362D2F) is unknown color: approx Aubergine. HEX triplet: 36, 2D and 2F. RGB value is (54,45,47). Sum of RGB (Red+Green+Blue) = 54+45+47=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 54 - color contains mainly: red. Hex color #362D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D2F is #C9D2D0. Grayscale: #2F2F2F. Windows color (decimal): -13226705 or 3091766. OLE color: 3091766.

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

Color convert

RGB544547-
CMYK00.170.130.79
HSL346.67º9.09%19.41%-
HSV(B)346.67º16.67%21.18%-
XYZ2.972.873.09-
YUV47.92127.48132.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 45 (17.97% from 255) = 30.82%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=36.99%
G=30.82%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54454700.170.130.79346.679.0919.41
Hex362D2F011D4F15b913
Octal665557021151175331123
Binary11011010110110111101000111011001111101011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362D2F; }

 p { color: rgb(54,45,47); }

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

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

 a { background-color: rgb(54,45,47); }

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

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

 span { border-color: rgb(54,45,47); }

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