#301F21

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

Shades of Aubergine #301F21

Tints of Aubergine #301F21

Color information

#301F21 (or 0x301F21) is unknown color: approx Aubergine. HEX triplet: 30, 1F and 21. RGB value is (48,31,33). Sum of RGB (Red+Green+Blue) = 48+31+33=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #301F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F21 is #CFE0DE. Grayscale: #242424. Windows color (decimal): -13623519 or 2170672. OLE color: 2170672.

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

Color convert

RGB483133-
CMYK00.350.310.81
HSL352.94º21.52%15.49%-
HSV(B)352.94º35.42%18.82%-
XYZ1.981.721.67-
YUV36.31126.13136.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 31 (12.5% from 255) = 27.68%
BLUE value IS 33 (13.28% from 255) = 29.46%
R=42.86%
G=27.68%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48313300.350.310.81352.9421.5215.49
Hex301F210231F5116116f
Octal603741043371215412617
Binary110000111111000010100011111111010001101100001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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