#302125

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

Shades of Aubergine #302125

Tints of Aubergine #302125

Color information

#302125 (or 0x302125) is unknown color: approx Aubergine. HEX triplet: 30, 21 and 25. RGB value is (48,33,37). Sum of RGB (Red+Green+Blue) = 48+33+37=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #302125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302125 is #CFDEDA. Grayscale: #252525. Windows color (decimal): -13623003 or 2433328. OLE color: 2433328.

HSL color Cylindrical-coordinate representation of color #302125: hue angle of 344º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #302125 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB483337-
CMYK00.310.230.81
HSL344º18.52%15.88%-
HSV(B)344º31.25%18.82%-
XYZ2.11.852-
YUV37.94127.47135.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 37 (14.84% from 255) = 31.36%
R=40.68%
G=27.97%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48333700.310.230.8134418.5215.88
Hex30212501F17511581310
Octal604145037271215302320
Binary1100001000011001010111111011110100011010110001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302125; }

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

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

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

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

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

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

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

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