Html Css Color HEX #362528 Aubergine

📋 copy color: '#362528'

red 54 ◦ green 37 ◦ blue 40

#362528
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aubergine #362528

Tints of Aubergine #362528

RGB

 RED value IS 54 (21.48% from 255) = 41.22%

 GREEN value IS 37 (14.84% from 255) = 28.24%

 BLUE value IS 40 (16.02% from 255) = 30.53%

R = 41.22%
G = 28.24%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#362528 (or 0x362528) is known color: Aubergine. HEX triplet: 36, 25 and 28. RGB value is (54,37,40). Sum of RGB (Red+Green+Blue) = 54+37+40=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #362528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362528 is #C9DAD7. Grayscale: #2A2A2A. Windows color (decimal): -13228760 or 2630966. OLE color: 2630966.

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

Color convert

RGB 54 37 40 -
CMYK 0 0.31 0.26 0.79
HSL 349.41º 0.19% 0.18% -
HSV(B) 349.41º 0.31% 0.21% -
XYZ 2.57 2.26 2.31 -
YUV 42.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 54 37 40 0 0.31 0.26 0.79 349.41 0.19 0.18
Hex 36 25 28 0 1F 1A 4F 15D 13 12
Octal 66 45 50 0 37 32 117 535 23 22
Binary 110110 100101 101000 0 11111 11010 1001111 101011101 10011 10010

Color Harmonies of #362528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362528

Black with #362528

Text Example


Text Example

White with #362528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362528; }

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

 H1.HeaderClassName
 {
   color: #362528;
 }
 .AnyTagClassName
 {
   color: #362528;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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