#301E22

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

Shades of Aubergine #301E22

Tints of Aubergine #301E22

Color information

#301E22 (or 0x301E22) is unknown color: approx Aubergine. HEX triplet: 30, 1E and 22. RGB value is (48,30,34). Sum of RGB (Red+Green+Blue) = 48+30+34=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #301E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E22 is #CFE1DD. Grayscale: #232323. Windows color (decimal): -13623774 or 2235952. OLE color: 2235952.

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

Color convert

RGB483034-
CMYK00.370.290.81
HSL346.67º23.08%15.29%-
HSV(B)346.67º37.5%18.82%-
XYZ1.971.671.73-
YUV35.84126.96136.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 30 (12.11% from 255) = 26.79%
BLUE value IS 34 (13.67% from 255) = 30.36%
R=42.86%
G=26.79%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48303400.370.290.81346.6723.0815.29
Hex301E220251D5115b17f
Octal603642045351215332717
Binary110000111101000100100101111011010001101011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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