#30032E

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

Shades of Mardi Gras #30032E

Tints of Mardi Gras #30032E

Color information

#30032E (or 0x30032E) is unknown color: approx Mardi Gras. HEX triplet: 30, 03 and 2E. RGB value is (48,3,46). Sum of RGB (Red+Green+Blue) = 48+3+46=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30032E is #CFFCD1. Grayscale: #151515. Windows color (decimal): -13630674 or 3015472. OLE color: 3015472.

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

Color convert

RGB48346-
CMYK00.940.040.81
HSL302.67º88.24%10%-
HSV(B)302.67º93.75%18.82%-
XYZ1.740.892.66-
YUV21.36141.91147-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 46 (18.36% from 255) = 47.42%
R=49.48%
G=3.09%
B=47.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4834600.940.040.81302.6788.2410
Hex3032E05E45112f58a
Octal603560136412145713012
Binary1100001110111001011110100101000110010111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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