#35282B

Color #35282B Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #35282B

Tints of Aubergine #35282B

Color information

#35282B (or 0x35282B) is unknown color: approx 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

RGB534043-
CMYK00.250.190.79
HSL346.15º13.98%18.24%-
HSV(B)346.15º24.53%20.78%-
XYZ2.662.452.62-
YUV44.23127.31134.26-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53404300.250.190.79346.1513.9818.24
Hex35282B019134F15ae12
Octal655053031231175321622
Binary110101101000101011011001100111001111101011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>