#30252C

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

Shades of Melanzane #30252C

Tints of Melanzane #30252C

Color information

#30252C (or 0x30252C) is unknown color: approx Melanzane. HEX triplet: 30, 25 and 2C. RGB value is (48,37,44). Sum of RGB (Red+Green+Blue) = 48+37+44=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 48 - color contains mainly: red. Hex color #30252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30252C is #CFDAD3. Grayscale: #292929. Windows color (decimal): -13621972 or 2893104. OLE color: 2893104.

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

Color convert

RGB483744-
CMYK00.230.080.81
HSL321.82º12.94%16.67%-
HSV(B)321.82º22.92%18.82%-
XYZ2.342.132.67-
YUV41.09129.64132.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 44 (17.58% from 255) = 34.11%
R=37.21%
G=28.68%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48374400.230.080.81321.8212.9416.67
Hex30252C017851142d11
Octal604554027101215021521
Binary11000010010110110001011110001010001101000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30252C; }

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

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

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

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

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

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

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

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