#301D21

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

Shades of Aubergine #301D21

Tints of Aubergine #301D21

Color information

#301D21 (or 0x301D21) is unknown color: approx Aubergine. HEX triplet: 30, 1D and 21. RGB value is (48,29,33). Sum of RGB (Red+Green+Blue) = 48+29+33=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #301D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D21 is #CFE2DE. Grayscale: #232323. Windows color (decimal): -13624031 or 2170160. OLE color: 2170160.

HSL color Cylindrical-coordinate representation of color #301D21: hue angle of 347.37º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #301D21 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB482933-
CMYK00.400.310.81
HSL347.37º24.68%15.1%-
HSV(B)347.37º39.58%18.82%-
XYZ1.931.621.65-
YUV35.14126.79137.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 29 (11.72% from 255) = 26.36%
BLUE value IS 33 (13.28% from 255) = 30%
R=43.64%
G=26.36%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48293300.400.310.81347.3724.6815.1
Hex301D210281F5115b19f
Octal603541050371215333117
Binary110000111011000010101000111111010001101011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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