#30042B

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

Shades of Mardi Gras #30042B

Tints of Mardi Gras #30042B

Color information

#30042B (or 0x30042B) is unknown color: approx Mardi Gras. HEX triplet: 30, 04 and 2B. RGB value is (48,4,43). Sum of RGB (Red+Green+Blue) = 48+4+43=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30042B is #CFFBD4. Grayscale: #151515. Windows color (decimal): -13630421 or 2819120. OLE color: 2819120.

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

Color convert

RGB48443-
CMYK00.920.100.81
HSL306.82º84.62%10.2%-
HSV(B)306.82º91.67%18.82%-
XYZ1.70.892.37-
YUV21.6140.08146.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 43 (17.19% from 255) = 45.26%
R=50.53%
G=4.21%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4844300.920.100.81306.8284.6210.2
Hex3042B05CA5113355a
Octal6045301341212146312512
Binary110000100101011010111001010101000110011001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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