#33282A

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

Shades of Aubergine #33282A

Tints of Aubergine #33282A

Color information

#33282A (or 0x33282A) is unknown color: approx Aubergine. HEX triplet: 33, 28 and 2A. RGB value is (51,40,42). Sum of RGB (Red+Green+Blue) = 51+40+42=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 51 - color contains mainly: red. Hex color #33282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33282A is #CCD7D5. Grayscale: #2B2B2B. Windows color (decimal): -13424598 or 2762803. OLE color: 2762803.

HSL color Cylindrical-coordinate representation of color #33282A: hue angle of 349.09º 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 #33282A is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB514042-
CMYK00.220.180.8
HSL349.09º12.09%17.84%-
HSV(B)349.09º21.57%20%-
XYZ2.542.392.52-
YUV43.52127.14133.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.35%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=38.35%
G=30.08%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51404200.220.180.8349.0912.0917.84
Hex33282A016125015dc12
Octal635052026221205351422
Binary110011101000101010010110100101010000101011101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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