#33272A

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

Shades of Aubergine #33272A

Tints of Aubergine #33272A

Color information

#33272A (or 0x33272A) is unknown color: approx Aubergine. HEX triplet: 33, 27 and 2A. RGB value is (51,39,42). Sum of RGB (Red+Green+Blue) = 51+39+42=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 51 - color contains mainly: red. Hex color #33272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33272A is #CCD8D5. Grayscale: #2A2A2A. Windows color (decimal): -13424854 or 2762547. OLE color: 2762547.

HSL color Cylindrical-coordinate representation of color #33272A: hue angle of 345º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #33272A is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB513942-
CMYK00.240.180.8
HSL345º13.33%17.65%-
HSV(B)345º23.53%20%-
XYZ2.512.322.51-
YUV42.93127.48133.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 39 (15.62% from 255) = 29.55%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=38.64%
G=29.55%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51394200.240.180.834513.3317.65
Hex33272A0181250159d12
Octal634752030221205311522
Binary110011100111101010011000100101010000101011001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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