#302021

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

Shades of Aubergine #302021

Tints of Aubergine #302021

Color information

#302021 (or 0x302021) is unknown color: approx Aubergine. HEX triplet: 30, 20 and 21. RGB value is (48,32,33). Sum of RGB (Red+Green+Blue) = 48+32+33=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #302021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302021 is #CFDFDE. Grayscale: #242424. Windows color (decimal): -13623263 or 2170928. OLE color: 2170928.

HSL color Cylindrical-coordinate representation of color #302021: hue angle of 356.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #302021 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB483233-
CMYK00.330.310.81
HSL356.25º20%15.69%-
HSV(B)356.25º33.33%18.82%-
XYZ2.011.771.67-
YUV36.9125.8135.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=42.48%
G=28.32%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48323300.330.310.81356.252015.69
Hex3020210211F511641410
Octal604041041371215442420
Binary11000010000010000101000011111110100011011001001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302021; }

 p { color: rgb(48,32,33); }

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

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

 a { background-color: rgb(48,32,33); }

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

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

 span { border-color: rgb(48,32,33); }

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