#30052F

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

Shades of Mardi Gras #30052F

Tints of Mardi Gras #30052F

Color information

#30052F (or 0x30052F) is unknown color: approx Mardi Gras. HEX triplet: 30, 05 and 2F. RGB value is (48,5,47). Sum of RGB (Red+Green+Blue) = 48+5+47=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30052F is #CFFAD0. Grayscale: #161616. Windows color (decimal): -13630161 or 3081520. OLE color: 3081520.

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

Color convert

RGB48547-
CMYK00.900.020.81
HSL301.4º81.13%10.39%-
HSV(B)301.4º89.58%18.82%-
XYZ1.790.942.78-
YUV22.64141.75146.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 47 (18.75% from 255) = 47%
R=48%
G=5%
B=47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4854700.900.020.81301.481.1310.39
Hex3052F05A25112d51a
Octal605570132212145512112
Binary1100001011011110101101010101000110010110110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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