#30192B

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

Shades of Melanzane #30192B

Tints of Melanzane #30192B

Color information

#30192B (or 0x30192B) is unknown color: approx Melanzane. HEX triplet: 30, 19 and 2B. RGB value is (48,25,43). Sum of RGB (Red+Green+Blue) = 48+25+43=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #30192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30192B is #CFE6D4. Grayscale: #212121. Windows color (decimal): -13625045 or 2824496. OLE color: 2824496.

HSL color Cylindrical-coordinate representation of color #30192B: hue angle of 313.04º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30192B is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB482543-
CMYK00.480.100.81
HSL313.04º31.51%14.31%-
HSV(B)313.04º47.92%18.82%-
XYZ21.52.47-
YUV33.93133.12138.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 43 (17.19% from 255) = 37.07%
R=41.38%
G=21.55%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48254300.480.100.81313.0431.5114.31
Hex30192B030A5113920e
Octal603153060121214714016
Binary110000110011010110110000101010100011001110011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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