#301D22

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

Shades of Aubergine #301D22

Tints of Aubergine #301D22

Color information

#301D22 (or 0x301D22) is unknown color: approx Aubergine. HEX triplet: 30, 1D and 22. RGB value is (48,29,34). Sum of RGB (Red+Green+Blue) = 48+29+34=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #301D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D22 is #CFE2DD. Grayscale: #232323. Windows color (decimal): -13624030 or 2235696. OLE color: 2235696.

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

Color convert

RGB482934-
CMYK00.400.290.81
HSL344.21º24.68%15.1%-
HSV(B)344.21º39.58%18.82%-
XYZ1.951.621.72-
YUV35.25127.29137.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 29 (11.72% from 255) = 26.13%
BLUE value IS 34 (13.67% from 255) = 30.63%
R=43.24%
G=26.13%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48293400.400.290.81344.2124.6815.1
Hex301D220281D5115819f
Octal603542050351215303117
Binary110000111011000100101000111011010001101011000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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