Html Css Color HEX #362124 Aubergine

📋 copy color: '#362124'

red 54 ◦ green 33 ◦ blue 36

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

Shades of Aubergine #362124

Tints of Aubergine #362124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.83%

 BLUE value IS 36 (14.45% from 255) = 29.27%

R = 43.9%
G = 26.83%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.79

RGB Variations

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

Color information

#362124 (or 0x362124) is known color: Aubergine. HEX triplet: 36, 21 and 24. RGB value is (54,33,36). Sum of RGB (Red+Green+Blue) = 54+33+36=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #362124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362124 is #C9DEDB. Grayscale: #272727. Windows color (decimal): -13229788 or 2367798. OLE color: 2367798.

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

Color convert

RGB 54 33 36 -
CMYK 0 0.39 0.33 0.79
HSL 351.43º 0.24% 0.17% -
HSV(B) 351.43º 0.39% 0.21% -
XYZ 2.38 2 1.93 -
YUV 39.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 54 33 36 0 0.39 0.33 0.79 351.43 0.24 0.17
Hex 36 21 24 0 27 21 4F 15F 18 11
Octal 66 41 44 0 47 41 117 537 30 21
Binary 110110 100001 100100 0 100111 100001 1001111 101011111 11000 10001

Color Harmonies of #362124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362124

Black with #362124

Text Example


Text Example

White with #362124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362124; }

 p { color: rgb(54,33,36); }

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

background-color css

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

 a { background-color: rgb(54,33,36); }

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

border-color css

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

 span { border-color: rgb(54,33,36); }

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