#30052B

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

Shades of Mardi Gras #30052B

Tints of Mardi Gras #30052B

Color information

#30052B (or 0x30052B) is unknown color: approx Mardi Gras. HEX triplet: 30, 05 and 2B. RGB value is (48,5,43). Sum of RGB (Red+Green+Blue) = 48+5+43=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30052B is #CFFAD4. Grayscale: #161616. Windows color (decimal): -13630165 or 2819376. OLE color: 2819376.

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

Color convert

RGB48543-
CMYK00.900.100.81
HSL306.98º81.13%10.39%-
HSV(B)306.98º89.58%18.82%-
XYZ1.710.912.37-
YUV22.19139.75146.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 43 (17.19% from 255) = 44.79%
R=50%
G=5.21%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4854300.900.100.81306.9881.1310.39
Hex3052B05AA5113351a
Octal6055301321212146312112
Binary110000101101011010110101010101000110011001110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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