Html Css Color HEX #362226 Aubergine

📋 copy color: '#362226'

red 54 ◦ green 34 ◦ blue 38

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

Shades of Aubergine #362226

Tints of Aubergine #362226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 30.16%

R = 42.86%
G = 26.98%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#362226 (or 0x362226) is known color: Aubergine. HEX triplet: 36, 22 and 26. RGB value is (54,34,38). Sum of RGB (Red+Green+Blue) = 54+34+38=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #362226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362226 is #C9DDD9. Grayscale: #282828. Windows color (decimal): -13229530 or 2499126. OLE color: 2499126.

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

Color convert

RGB 54 34 38 -
CMYK 0 0.37 0.30 0.79
HSL 348º 0.23% 0.17% -
HSV(B) 348º 0.37% 0.21% -
XYZ 2.44 2.07 2.1 -
YUV 40.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 54 34 38 0 0.37 0.30 0.79 348 0.23 0.17
Hex 36 22 26 0 25 1E 4F 15C 17 11
Octal 66 42 46 0 45 36 117 534 27 21
Binary 110110 100010 100110 0 100101 11110 1001111 101011100 10111 10001

Color Harmonies of #362226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362226

Black with #362226

Text Example


Text Example

White with #362226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362226; }

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

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

background-color css

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

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

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

border-color css

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

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

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