#30072E

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

Shades of Mardi Gras #30072E

Tints of Mardi Gras #30072E

Color information

#30072E (or 0x30072E) is unknown color: approx Mardi Gras. HEX triplet: 30, 07 and 2E. RGB value is (48,7,46). Sum of RGB (Red+Green+Blue) = 48+7+46=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #30072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30072E is #CFF8D1. Grayscale: #171717. Windows color (decimal): -13629650 or 3016496. OLE color: 3016496.

HSL color Cylindrical-coordinate representation of color #30072E: hue angle of 302.93º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30072E is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB48746-
CMYK00.850.040.81
HSL302.93º74.55%10.78%-
HSV(B)302.93º85.42%18.82%-
XYZ1.790.982.68-
YUV23.7140.58145.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 7 (3.12% from 255) = 6.93%
BLUE value IS 46 (18.36% from 255) = 45.54%
R=47.52%
G=6.93%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4874600.850.040.81302.9374.5510.78
Hex3072E05545112f4bb
Octal607560125412145711313
Binary11000011110111001010101100101000110010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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