#301F24

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

Shades of Aubergine #301F24

Tints of Aubergine #301F24

Color information

#301F24 (or 0x301F24) is unknown color: approx Aubergine. HEX triplet: 30, 1F and 24. RGB value is (48,31,36). Sum of RGB (Red+Green+Blue) = 48+31+36=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #301F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F24 is #CFE0DB. Grayscale: #242424. Windows color (decimal): -13623516 or 2367280. OLE color: 2367280.

HSL color Cylindrical-coordinate representation of color #301F24: hue angle of 342.35º 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 #301F24 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB483136-
CMYK00.350.250.81
HSL342.35º21.52%15.49%-
HSV(B)342.35º35.42%18.82%-
XYZ2.031.741.9-
YUV36.65127.63136.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 31 (12.5% from 255) = 26.96%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=41.74%
G=26.96%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48313600.350.250.81342.3521.5215.49
Hex301F24023195115616f
Octal603744043311215262617
Binary110000111111001000100011110011010001101010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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