#301F25

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

Shades of Aubergine #301F25

Tints of Aubergine #301F25

Color information

#301F25 (or 0x301F25) is unknown color: approx Aubergine. HEX triplet: 30, 1F and 25. RGB value is (48,31,37). Sum of RGB (Red+Green+Blue) = 48+31+37=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #301F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F25 is #CFE0DA. Grayscale: #242424. Windows color (decimal): -13623515 or 2432816. OLE color: 2432816.

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

Color convert

RGB483137-
CMYK00.350.230.81
HSL338.82º21.52%15.49%-
HSV(B)338.82º35.42%18.82%-
XYZ2.041.741.98-
YUV36.77128.13136.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 37 (14.84% from 255) = 31.90%
R=41.38%
G=26.72%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48313700.350.230.81338.8221.5215.49
Hex301F25023175115316f
Octal603745043271215232617
Binary110000111111001010100011101111010001101010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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