#30052A

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

Shades of Mardi Gras #30052A

Tints of Mardi Gras #30052A

Color information

#30052A (or 0x30052A) is unknown color: approx Mardi Gras. HEX triplet: 30, 05 and 2A. RGB value is (48,5,42). Sum of RGB (Red+Green+Blue) = 48+5+42=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30052A is #CFFAD5. Grayscale: #151515. Windows color (decimal): -13630166 or 2753840. OLE color: 2753840.

HSL color Cylindrical-coordinate representation of color #30052A: hue angle of 308.37º 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 #30052A is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB48542-
CMYK00.900.130.81
HSL308.37º81.13%10.39%-
HSV(B)308.37º89.58%18.82%-
XYZ1.690.92.28-
YUV22.08139.25146.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 42 (16.80% from 255) = 44.21%
R=50.53%
G=5.26%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4854200.900.130.81308.3781.1310.39
Hex3052A05AD5113451a
Octal6055201321512146412112
Binary110000101101010010110101101101000110011010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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