Html Css Color HEX #35282B Aubergine

📋 copy color: '#35282B'

red 53 ◦ green 40 ◦ blue 43

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

Shades of Aubergine #35282B

Tints of Aubergine #35282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 31.62%

R = 38.97%
G = 29.41%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#35282B (or 0x35282B) is known color: Aubergine. HEX triplet: 35, 28 and 2B. RGB value is (53,40,43). Sum of RGB (Red+Green+Blue) = 53+40+43=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #35282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35282B is #CAD7D4. Grayscale: #2C2C2C. Windows color (decimal): -13293525 or 2828341. OLE color: 2828341.

HSL color Cylindrical-coordinate representation of color #35282B: hue angle of 346.15º 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 #35282B is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 40 43 -
CMYK 0 0.25 0.19 0.79
HSL 346.15º 0.14% 0.18% -
HSV(B) 346.15º 0.25% 0.21% -
XYZ 2.66 2.45 2.62 -
YUV 44.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 53 40 43 0 0.25 0.19 0.79 346.15 0.14 0.18
Hex 35 28 2B 0 19 13 4F 15A E 12
Octal 65 50 53 0 31 23 117 532 16 22
Binary 110101 101000 101011 0 11001 10011 1001111 101011010 1110 10010

Color Harmonies of #35282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35282B

Black with #35282B

Text Example


Text Example

White with #35282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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