#30132F

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

Shades of Mardi Gras #30132F

Tints of Mardi Gras #30132F

Color information

#30132F (or 0x30132F) is unknown color: approx Mardi Gras. HEX triplet: 30, 13 and 2F. RGB value is (48,19,47). Sum of RGB (Red+Green+Blue) = 48+19+47=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #30132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30132F is #CFECD0. Grayscale: #1E1E1E. Windows color (decimal): -13626577 or 3085104. OLE color: 3085104.

HSL color Cylindrical-coordinate representation of color #30132F: hue angle of 302.07º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30132F is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB481947-
CMYK00.600.020.81
HSL302.07º43.28%13.14%-
HSV(B)302.07º60.42%18.82%-
XYZ1.961.32.84-
YUV30.86137.11140.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 19 (7.81% from 255) = 16.67%
BLUE value IS 47 (18.75% from 255) = 41.23%
R=42.11%
G=16.67%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48194700.600.020.81302.0743.2813.14
Hex30132F03C25112e2bd
Octal60235707421214565315
Binary1100001001110111101111001010100011001011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30132F; }

 p { color: rgb(48,19,47); }

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

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

 a { background-color: rgb(48,19,47); }

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

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

 span { border-color: rgb(48,19,47); }

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