#33282B

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

Shades of Aubergine #33282B

Tints of Aubergine #33282B

Color information

#33282B (or 0x33282B) is unknown color: approx Aubergine. HEX triplet: 33, 28 and 2B. RGB value is (51,40,43). Sum of RGB (Red+Green+Blue) = 51+40+43=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 51 - color contains mainly: red. Hex color #33282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33282B is #CCD7D4. Grayscale: #2B2B2B. Windows color (decimal): -13424597 or 2828339. OLE color: 2828339.

HSL color Cylindrical-coordinate representation of color #33282B: hue angle of 343.64º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #33282B is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB514043-
CMYK00.220.160.8
HSL343.64º12.09%17.84%-
HSV(B)343.64º21.57%20%-
XYZ2.562.42.61-
YUV43.63127.64133.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.06%
GREEN value IS 40 (16.02% from 255) = 29.85%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=38.06%
G=29.85%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51404300.220.160.8343.6412.0917.84
Hex33282B0161050158c12
Octal635053026201205301422
Binary110011101000101011010110100001010000101011000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33282B;
 }
 .AnyTagClassName
 {
   color: #33282B;
 }
</style>
background-color css

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

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

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

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

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

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