#300328

Color #300328 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #300328

Tints of Mardi Gras #300328

Color information

#300328 (or 0x300328) is unknown color: approx Mardi Gras. HEX triplet: 30, 03 and 28. RGB value is (48,3,40). Sum of RGB (Red+Green+Blue) = 48+3+40=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300328 is #CFFCD7. Grayscale: #141414. Windows color (decimal): -13630680 or 2622256. OLE color: 2622256.

HSL color Cylindrical-coordinate representation of color #300328: hue angle of 310.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300328 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB48340-
CMYK00.940.170.81
HSL310.67º88.24%10%-
HSV(B)310.67º93.75%18.82%-
XYZ1.630.852.08-
YUV20.67138.91147.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 40 (16.02% from 255) = 43.96%
R=52.75%
G=3.30%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4834000.940.170.81310.6788.2410
Hex3032805E115113758a
Octal6035001362112146713012
Binary110000111010000101111010001101000110011011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300328; }

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

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

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

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

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

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

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

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