#300B28

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

Shades of Melanzane #300B28

Tints of Melanzane #300B28

Color information

#300B28 (or 0x300B28) is unknown color: approx Melanzane. HEX triplet: 30, 0B and 28. RGB value is (48,11,40). Sum of RGB (Red+Green+Blue) = 48+11+40=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #300B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B28 is #CFF4D7. Grayscale: #191919. Windows color (decimal): -13628632 or 2624304. OLE color: 2624304.

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

Color convert

RGB481140-
CMYK00.770.170.81
HSL312.97º62.71%11.57%-
HSV(B)312.97º77.08%18.82%-
XYZ1.721.022.11-
YUV25.37136.26144.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 11 (4.69% from 255) = 11.11%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=48.48%
G=11.11%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48114000.770.170.81312.9762.7111.57
Hex30B2804D11511393fc
Octal6013500115211214717714
Binary1100001011101000010011011000110100011001110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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