#30112A

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

Shades of Melanzane #30112A

Tints of Melanzane #30112A

Color information

#30112A (or 0x30112A) is unknown color: approx Melanzane. HEX triplet: 30, 11 and 2A. RGB value is (48,17,42). Sum of RGB (Red+Green+Blue) = 48+17+42=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #30112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30112A is #CFEED5. Grayscale: #1D1D1D. Windows color (decimal): -13627094 or 2756912. OLE color: 2756912.

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

Color convert

RGB481742-
CMYK00.650.130.81
HSL311.61º47.69%12.75%-
HSV(B)311.61º64.58%18.82%-
XYZ1.841.22.32-
YUV29.12135.27141.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=44.86%
G=15.89%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48174200.650.130.81311.6147.6912.75
Hex30112A041D5113830d
Octal6021520101151214706015
Binary1100001000110101001000001110110100011001110001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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