#301E20

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

Shades of Aubergine #301E20

Tints of Aubergine #301E20

Color information

#301E20 (or 0x301E20) is unknown color: approx Aubergine. HEX triplet: 30, 1E and 20. RGB value is (48,30,32). Sum of RGB (Red+Green+Blue) = 48+30+32=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #301E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E20 is #CFE1DF. Grayscale: #232323. Windows color (decimal): -13623776 or 2104880. OLE color: 2104880.

HSL color Cylindrical-coordinate representation of color #301E20: hue angle of 353.33º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #301E20 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB483032-
CMYK00.370.330.81
HSL353.33º23.08%15.29%-
HSV(B)353.33º37.5%18.82%-
XYZ1.941.661.58-
YUV35.61125.96136.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=43.64%
G=27.27%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48303200.370.330.81353.3323.0815.29
Hex301E20025215116117f
Octal603640045411215412717
Binary1100001111010000001001011000011010001101100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301E20; }

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

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

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

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

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

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

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

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