#30042F

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

Shades of Mardi Gras #30042F

Tints of Mardi Gras #30042F

Color information

#30042F (or 0x30042F) is unknown color: approx Mardi Gras. HEX triplet: 30, 04 and 2F. RGB value is (48,4,47). Sum of RGB (Red+Green+Blue) = 48+4+47=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30042F is #CFFBD0. Grayscale: #151515. Windows color (decimal): -13630417 or 3081264. OLE color: 3081264.

HSL color Cylindrical-coordinate representation of color #30042F: hue angle of 301.36º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30042F is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB48447-
CMYK00.920.020.81
HSL301.36º84.62%10.2%-
HSV(B)301.36º91.67%18.82%-
XYZ1.780.922.77-
YUV22.06142.08146.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 47 (18.75% from 255) = 47.47%
R=48.48%
G=4.04%
B=47.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4844700.920.020.81301.3684.6210.2
Hex3042F05C25112d55a
Octal604570134212145512512
Binary1100001001011110101110010101000110010110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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