#30242B

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

Shades of Melanzane #30242B

Tints of Melanzane #30242B

Color information

#30242B (or 0x30242B) is unknown color: approx Melanzane. HEX triplet: 30, 24 and 2B. RGB value is (48,36,43). Sum of RGB (Red+Green+Blue) = 48+36+43=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #30242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30242B is #CFDBD4. Grayscale: #282828. Windows color (decimal): -13622229 or 2827312. OLE color: 2827312.

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

Color convert

RGB483643-
CMYK00.250.100.81
HSL325º14.29%16.47%-
HSV(B)325º25%18.82%-
XYZ2.292.062.56-
YUV40.39129.48133.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 36 (14.45% from 255) = 28.35%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=37.80%
G=28.35%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48364300.250.100.8132514.2916.47
Hex30242B019A51145e10
Octal604453031121215051620
Binary11000010010010101101100110101010001101000101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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