#30152C

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

Shades of Mardi Gras #30152C

Tints of Mardi Gras #30152C

Color information

#30152C (or 0x30152C) is unknown color: approx Mardi Gras. HEX triplet: 30, 15 and 2C. RGB value is (48,21,44). Sum of RGB (Red+Green+Blue) = 48+21+44=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #30152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30152C is #CFEAD3. Grayscale: #1F1F1F. Windows color (decimal): -13626068 or 2889008. OLE color: 2889008.

HSL color Cylindrical-coordinate representation of color #30152C: hue angle of 308.89º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30152C is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB482144-
CMYK00.560.080.81
HSL308.89º39.13%13.53%-
HSV(B)308.89º56.25%18.82%-
XYZ1.941.352.54-
YUV31.7134.95139.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 44 (17.58% from 255) = 38.94%
R=42.48%
G=18.58%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48214400.560.080.81308.8939.1313.53
Hex30152C03885113527e
Octal602554070101214654716
Binary110000101011011000111000100010100011001101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30152C; }

 p { color: rgb(48,21,44); }

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

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

 a { background-color: rgb(48,21,44); }

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

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

 span { border-color: rgb(48,21,44); }

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