Html Css Color HEX #362225 Aubergine

📋 copy color: '#362225'

red 54 ◦ green 34 ◦ blue 37

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

Shades of Aubergine #362225

Tints of Aubergine #362225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 29.6%

R = 43.2%
G = 27.2%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.79

RGB Variations

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

Color information

#362225 (or 0x362225) is known color: Aubergine. HEX triplet: 36, 22 and 25. RGB value is (54,34,37). Sum of RGB (Red+Green+Blue) = 54+34+37=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #362225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362225 is #C9DDDA. Grayscale: #282828. Windows color (decimal): -13229531 or 2433590. OLE color: 2433590.

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

Color convert

RGB 54 34 37 -
CMYK 0 0.37 0.31 0.79
HSL 351º 0.23% 0.17% -
HSV(B) 351º 0.37% 0.21% -
XYZ 2.43 2.06 2.02 -
YUV 40.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 54 34 37 0 0.37 0.31 0.79 351 0.23 0.17
Hex 36 22 25 0 25 1F 4F 15F 17 11
Octal 66 42 45 0 45 37 117 537 27 21
Binary 110110 100010 100101 0 100101 11111 1001111 101011111 10111 10001

Color Harmonies of #362225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362225

Black with #362225

Text Example


Text Example

White with #362225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362225; }

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

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

background-color css

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

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

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

border-color css

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

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

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