Html Css Color HEX #362224 Aubergine

📋 copy color: '#362224'

red 54 ◦ green 34 ◦ blue 36

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

Shades of Aubergine #362224

Tints of Aubergine #362224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.42%

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

R = 43.55%
G = 27.42%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.79

RGB Variations

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

Color information

#362224 (or 0x362224) is known color: Aubergine. HEX triplet: 36, 22 and 24. RGB value is (54,34,36). Sum of RGB (Red+Green+Blue) = 54+34+36=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #362224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362224 is #C9DDDB. Grayscale: #282828. Windows color (decimal): -13229532 or 2368054. OLE color: 2368054.

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

Color convert

RGB 54 34 36 -
CMYK 0 0.37 0.33 0.79
HSL 354º 0.23% 0.17% -
HSV(B) 354º 0.37% 0.21% -
XYZ 2.41 2.06 1.94 -
YUV 40.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 54 34 36 0 0.37 0.33 0.79 354 0.23 0.17
Hex 36 22 24 0 25 21 4F 162 17 11
Octal 66 42 44 0 45 41 117 542 27 21
Binary 110110 100010 100100 0 100101 100001 1001111 101100010 10111 10001

Color Harmonies of #362224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362224

Black with #362224

Text Example


Text Example

White with #362224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362224; }

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

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

background-color css

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

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

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

border-color css

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

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

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