#302022

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

Shades of Aubergine #302022

Tints of Aubergine #302022

Color information

#302022 (or 0x302022) is unknown color: approx Aubergine. HEX triplet: 30, 20 and 22. RGB value is (48,32,34). Sum of RGB (Red+Green+Blue) = 48+32+34=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #302022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302022 is #CFDFDD. Grayscale: #252525. Windows color (decimal): -13623262 or 2236464. OLE color: 2236464.

HSL color Cylindrical-coordinate representation of color #302022: hue angle of 352.5º 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 #302022 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB483234-
CMYK00.330.290.81
HSL352.5º20%15.69%-
HSV(B)352.5º33.33%18.82%-
XYZ2.021.781.75-
YUV37.01126.3135.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 32 (12.89% from 255) = 28.07%
BLUE value IS 34 (13.67% from 255) = 29.82%
R=42.11%
G=28.07%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48323400.330.290.81352.52015.69
Hex3020220211D511601410
Octal604042041351215402420
Binary11000010000010001001000011110110100011011000001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302022; }

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

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

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

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

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

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

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

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