Html Css Color HEX #352227 Aubergine

📋 copy color: '#352227'

red 53 ◦ green 34 ◦ blue 39

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

Shades of Aubergine #352227

Tints of Aubergine #352227

RGB

 RED value IS 53 (21.09% from 255) = 42.06%

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

 BLUE value IS 39 (15.63% from 255) = 30.95%

R = 42.06%
G = 26.98%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#352227 (or 0x352227) is known color: Aubergine. HEX triplet: 35, 22 and 27. RGB value is (53,34,39). Sum of RGB (Red+Green+Blue) = 53+34+39=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #352227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352227 is #CADDD8. Grayscale: #282828. Windows color (decimal): -13295065 or 2564661. OLE color: 2564661.

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

Color convert

RGB 53 34 39 -
CMYK 0 0.36 0.26 0.79
HSL 344.21º 0.22% 0.17% -
HSV(B) 344.21º 0.36% 0.21% -
XYZ 2.41 2.05 2.19 -
YUV 40.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 53 34 39 0 0.36 0.26 0.79 344.21 0.22 0.17
Hex 35 22 27 0 24 1A 4F 158 16 11
Octal 65 42 47 0 44 32 117 530 26 21
Binary 110101 100010 100111 0 100100 11010 1001111 101011000 10110 10001

Color Harmonies of #352227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352227

Black with #352227

Text Example


Text Example

White with #352227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352227; }

 p { color: rgb(53,34,39); }

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

background-color css

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

 a { background-color: rgb(53,34,39); }

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

border-color css

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

 span { border-color: rgb(53,34,39); }

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