#30242E

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

Shades of Melanzane #30242E

Tints of Melanzane #30242E

Color information

#30242E (or 0x30242E) is unknown color: approx Melanzane. HEX triplet: 30, 24 and 2E. RGB value is (48,36,46). Sum of RGB (Red+Green+Blue) = 48+36+46=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 48 - color contains mainly: red. Hex color #30242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30242E is #CFDBD1. Grayscale: #282828. Windows color (decimal): -13622226 or 3023920. OLE color: 3023920.

HSL color Cylindrical-coordinate representation of color #30242E: hue angle of 310º 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 #30242E is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB483646-
CMYK00.250.040.81
HSL310º14.29%16.47%-
HSV(B)310º25%18.82%-
XYZ2.342.092.86-
YUV40.73130.98133.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 46 (18.36% from 255) = 35.38%
R=36.92%
G=27.69%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48364600.250.040.8131014.2916.47
Hex30242E019451136e10
Octal60445603141214661620
Binary1100001001001011100110011001010001100110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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