#30172A

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

Shades of Melanzane #30172A

Tints of Melanzane #30172A

Color information

#30172A (or 0x30172A) is unknown color: approx Melanzane. HEX triplet: 30, 17 and 2A. RGB value is (48,23,42). Sum of RGB (Red+Green+Blue) = 48+23+42=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #30172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30172A is #CFE8D5. Grayscale: #202020. Windows color (decimal): -13625558 or 2758448. OLE color: 2758448.

HSL color Cylindrical-coordinate representation of color #30172A: hue angle of 314.4º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30172A is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB482342-
CMYK00.520.130.81
HSL314.4º35.21%13.92%-
HSV(B)314.4º52.08%18.82%-
XYZ1.941.412.36-
YUV32.64133.28138.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=42.48%
G=20.35%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48234200.520.130.81314.435.2113.92
Hex30172A034D5113a23e
Octal602752064151214724316
Binary110000101111010100110100110110100011001110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30172A; }

 p { color: rgb(48,23,42); }

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

<style>
 a { background-color: #30172A; }

 a { background-color: rgb(48,23,42); }

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

<style>
 span { border-color: #30172A; }

 span { border-color: rgb(48,23,42); }

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