Html Css Color HEX #353031 Aubergine

📋 copy color: '#353031'

red 53 ◦ green 48 ◦ blue 49

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

Shades of Aubergine #353031

Tints of Aubergine #353031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32%

 BLUE value IS 49 (19.53% from 255) = 32.67%

R = 35.33%
G = 32%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#353031 (or 0x353031) is known color: Aubergine. HEX triplet: 35, 30 and 31. RGB value is (53,48,49). Sum of RGB (Red+Green+Blue) = 53+48+49=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 53 - color contains mainly: red. Hex color #353031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353031 is #CACFCE. Grayscale: #313131. Windows color (decimal): -13291471 or 3223605. OLE color: 3223605.

HSL color Cylindrical-coordinate representation of color #353031: hue angle of 348º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #353031 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 48 49 -
CMYK 0 0.09 0.08 0.79
HSL 348º 0.05% 0.2% -
HSV(B) 348º 0.09% 0.21% -
XYZ 3.08 3.09 3.34 -
YUV 49.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 53 48 49 0 0.09 0.08 0.79 348 0.05 0.2
Hex 35 30 31 0 9 8 4F 15C 5 14
Octal 65 60 61 0 11 10 117 534 5 24
Binary 110101 110000 110001 0 1001 1000 1001111 101011100 101 10100

Color Harmonies of #353031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353031

Black with #353031

Text Example


Text Example

White with #353031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353031; }

 p { color: rgb(53,48,49); }

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

background-color css

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

 a { background-color: rgb(53,48,49); }

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

border-color css

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

 span { border-color: rgb(53,48,49); }

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