#30032A

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

Shades of Mardi Gras #30032A

Tints of Mardi Gras #30032A

Color information

#30032A (or 0x30032A) is unknown color: approx Mardi Gras. HEX triplet: 30, 03 and 2A. RGB value is (48,3,42). Sum of RGB (Red+Green+Blue) = 48+3+42=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #30032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30032A is #CFFCD5. Grayscale: #141414. Windows color (decimal): -13630678 or 2753328. OLE color: 2753328.

HSL color Cylindrical-coordinate representation of color #30032A: hue angle of 308º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30032A is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB48342-
CMYK00.940.130.81
HSL308º88.24%10%-
HSV(B)308º93.75%18.82%-
XYZ1.670.862.27-
YUV20.9139.91147.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 42 (16.80% from 255) = 45.16%
R=51.61%
G=3.23%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4834200.940.130.8130888.2410
Hex3032A05ED5113458a
Octal6035201361512146413012
Binary11000011101010010111101101101000110011010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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