#30132E

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

Shades of Mardi Gras #30132E

Tints of Mardi Gras #30132E

Color information

#30132E (or 0x30132E) is unknown color: approx Mardi Gras. HEX triplet: 30, 13 and 2E. RGB value is (48,19,46). Sum of RGB (Red+Green+Blue) = 48+19+46=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #30132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30132E is #CFECD1. Grayscale: #1E1E1E. Windows color (decimal): -13626578 or 3019568. OLE color: 3019568.

HSL color Cylindrical-coordinate representation of color #30132E: hue angle of 304.14º 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 #30132E is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB481946-
CMYK00.600.040.81
HSL304.14º43.28%13.14%-
HSV(B)304.14º60.42%18.82%-
XYZ1.941.292.73-
YUV30.75136.61140.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 46 (18.36% from 255) = 40.71%
R=42.48%
G=16.81%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48194600.600.040.81304.1443.2813.14
Hex30132E03C4511302bd
Octal60235607441214605315
Binary11000010011101110011110010010100011001100001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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