Html Css Color HEX #352427 Aubergine

📋 copy color: '#352427'

red 53 ◦ green 36 ◦ blue 39

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

Shades of Aubergine #352427

Tints of Aubergine #352427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.13%

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

R = 41.41%
G = 28.13%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#352427 (or 0x352427) is known color: Aubergine. HEX triplet: 35, 24 and 27. RGB value is (53,36,39). Sum of RGB (Red+Green+Blue) = 53+36+39=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #352427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352427 is #CADBD8. Grayscale: #292929. Windows color (decimal): -13294553 or 2565173. OLE color: 2565173.

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

Color convert

RGB 53 36 39 -
CMYK 0 0.32 0.26 0.79
HSL 349.41º 0.19% 0.17% -
HSV(B) 349.41º 0.32% 0.21% -
XYZ 2.47 2.17 2.21 -
YUV 41.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 53 36 39 0 0.32 0.26 0.79 349.41 0.19 0.17
Hex 35 24 27 0 20 1A 4F 15D 13 11
Octal 65 44 47 0 40 32 117 535 23 21
Binary 110101 100100 100111 0 100000 11010 1001111 101011101 10011 10001

Color Harmonies of #352427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352427

Black with #352427

Text Example


Text Example

White with #352427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352427; }

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

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

background-color css

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

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

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

border-color css

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

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

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