Html Css Color HEX #35282C Aubergine

📋 copy color: '#35282C'

red 53 ◦ green 40 ◦ blue 44

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

Shades of Aubergine #35282C

Tints of Aubergine #35282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.2%

 BLUE value IS 44 (17.58% from 255) = 32.12%

R = 38.69%
G = 29.2%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#35282C (or 0x35282C) is known color: Aubergine. HEX triplet: 35, 28 and 2C. RGB value is (53,40,44). Sum of RGB (Red+Green+Blue) = 53+40+44=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #35282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35282C is #CAD7D3. Grayscale: #2C2C2C. Windows color (decimal): -13293524 or 2893877. OLE color: 2893877.

HSL color Cylindrical-coordinate representation of color #35282C: hue angle of 341.54º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #35282C is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 40 44 -
CMYK 0 0.25 0.17 0.79
HSL 341.54º 0.14% 0.18% -
HSV(B) 341.54º 0.25% 0.21% -
XYZ 2.68 2.46 2.72 -
YUV 44.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 53 40 44 0 0.25 0.17 0.79 341.54 0.14 0.18
Hex 35 28 2C 0 19 11 4F 156 E 12
Octal 65 50 54 0 31 21 117 526 16 22
Binary 110101 101000 101100 0 11001 10001 1001111 101010110 1110 10010

Color Harmonies of #35282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35282C

Black with #35282C

Text Example


Text Example

White with #35282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35282C; }

 p { color: rgb(53,40,44); }

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

background-color css

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

 a { background-color: rgb(53,40,44); }

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

border-color css

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

 span { border-color: rgb(53,40,44); }

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