#30042C

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

Shades of Mardi Gras #30042C

Tints of Mardi Gras #30042C

Color information

#30042C (or 0x30042C) is unknown color: approx Mardi Gras. HEX triplet: 30, 04 and 2C. RGB value is (48,4,44). Sum of RGB (Red+Green+Blue) = 48+4+44=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30042C is #CFFBD3. Grayscale: #151515. Windows color (decimal): -13630420 or 2884656. OLE color: 2884656.

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

Color convert

RGB48444-
CMYK00.920.080.81
HSL305.45º84.62%10.2%-
HSV(B)305.45º91.67%18.82%-
XYZ1.720.92.47-
YUV21.72140.58146.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 44 (17.58% from 255) = 45.83%
R=50%
G=4.17%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4844400.920.080.81305.4584.6210.2
Hex3042C05C85113155a
Octal6045401341012146112512
Binary110000100101100010111001000101000110011000110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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