#30052E

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

Shades of Mardi Gras #30052E

Tints of Mardi Gras #30052E

Color information

#30052E (or 0x30052E) is unknown color: approx Mardi Gras. HEX triplet: 30, 05 and 2E. RGB value is (48,5,46). Sum of RGB (Red+Green+Blue) = 48+5+46=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30052E is #CFFAD1. Grayscale: #161616. Windows color (decimal): -13630162 or 3015984. OLE color: 3015984.

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

Color convert

RGB48546-
CMYK00.900.040.81
HSL302.79º81.13%10.39%-
HSV(B)302.79º89.58%18.82%-
XYZ1.770.932.67-
YUV22.53141.25146.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=48.48%
G=5.05%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4854600.900.040.81302.7981.1310.39
Hex3052E05A45112f51a
Octal605560132412145712112
Binary11000010110111001011010100101000110010111110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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