#30042E

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

Shades of Mardi Gras #30042E

Tints of Mardi Gras #30042E

Color information

#30042E (or 0x30042E) is unknown color: approx Mardi Gras. HEX triplet: 30, 04 and 2E. RGB value is (48,4,46). Sum of RGB (Red+Green+Blue) = 48+4+46=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30042E is #CFFBD1. Grayscale: #151515. Windows color (decimal): -13630418 or 3015728. OLE color: 3015728.

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

Color convert

RGB48446-
CMYK00.920.040.81
HSL302.73º84.62%10.2%-
HSV(B)302.73º91.67%18.82%-
XYZ1.760.912.67-
YUV21.94141.58146.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 4 (1.95% from 255) = 4.08%
BLUE value IS 46 (18.36% from 255) = 46.94%
R=48.98%
G=4.08%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4844600.920.040.81302.7384.6210.2
Hex3042E05C45112f55a
Octal604560134412145712512
Binary11000010010111001011100100101000110010111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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