#30242D

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

Shades of Melanzane #30242D

Tints of Melanzane #30242D

Color information

#30242D (or 0x30242D) is unknown color: approx Melanzane. HEX triplet: 30, 24 and 2D. RGB value is (48,36,45). Sum of RGB (Red+Green+Blue) = 48+36+45=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 48 - color contains mainly: red. Hex color #30242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30242D is #CFDBD2. Grayscale: #282828. Windows color (decimal): -13622227 or 2958384. OLE color: 2958384.

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

Color convert

RGB483645-
CMYK00.250.060.81
HSL315º14.29%16.47%-
HSV(B)315º25%18.82%-
XYZ2.322.082.76-
YUV40.61130.48133.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=37.21%
G=27.91%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48364500.250.060.8131514.2916.47
Hex30242D01965113be10
Octal60445503161214731620
Binary1100001001001011010110011101010001100111011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30242D; }

 p { color: rgb(48,36,45); }

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

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

 a { background-color: rgb(48,36,45); }

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

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

 span { border-color: rgb(48,36,45); }

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