#301F22

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

Shades of Aubergine #301F22

Tints of Aubergine #301F22

Color information

#301F22 (or 0x301F22) is unknown color: approx Aubergine. HEX triplet: 30, 1F and 22. RGB value is (48,31,34). Sum of RGB (Red+Green+Blue) = 48+31+34=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #301F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F22 is #CFE0DD. Grayscale: #242424. Windows color (decimal): -13623518 or 2236208. OLE color: 2236208.

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

Color convert

RGB483134-
CMYK00.350.290.81
HSL349.41º21.52%15.49%-
HSV(B)349.41º35.42%18.82%-
XYZ21.721.74-
YUV36.42126.63136.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 31 (12.5% from 255) = 27.43%
BLUE value IS 34 (13.67% from 255) = 30.09%
R=42.48%
G=27.43%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48313400.350.290.81349.4121.5215.49
Hex301F220231D5115d16f
Octal603742043351215352617
Binary110000111111000100100011111011010001101011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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