#300D28

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

Shades of Melanzane #300D28

Tints of Melanzane #300D28

Color information

#300D28 (or 0x300D28) is unknown color: approx Melanzane. HEX triplet: 30, 0D and 28. RGB value is (48,13,40). Sum of RGB (Red+Green+Blue) = 48+13+40=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #300D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D28 is #CFF2D7. Grayscale: #1A1A1A. Windows color (decimal): -13628120 or 2624816. OLE color: 2624816.

HSL color Cylindrical-coordinate representation of color #300D28: hue angle of 313.71º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #300D28 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB481340-
CMYK00.730.170.81
HSL313.71º57.38%11.96%-
HSV(B)313.71º72.92%18.82%-
XYZ1.751.072.12-
YUV26.54135.6143.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 13 (5.47% from 255) = 12.87%
BLUE value IS 40 (16.02% from 255) = 39.60%
R=47.52%
G=12.87%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48134000.730.170.81313.7157.3811.96
Hex30D28049115113a39c
Octal6015500111211214727114
Binary1100001101101000010010011000110100011001110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300D28; }

 p { color: rgb(48,13,40); }

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

<style>
 a { background-color: #300D28; }

 a { background-color: rgb(48,13,40); }

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

<style>
 span { border-color: #300D28; }

 span { border-color: rgb(48,13,40); }

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