#300031

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

Shades of Mardi Gras #300031

Tints of Mardi Gras #300031

Color information

#300031 (or 0x300031) is unknown color: approx Mardi Gras. HEX triplet: 30, 00 and 31. RGB value is (48,0,49). Sum of RGB (Red+Green+Blue) = 48+0+49=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #300031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300031 is #CFFFCE. Grayscale: #131313. Windows color (decimal): -13631439 or 3211312. OLE color: 3211312.

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

Color convert

RGB48049-
CMYK0.02100.81
HSL298.78º100%9.61%-
HSV(B)298.78º100%19.22%-
XYZ1.770.852.98-
YUV19.94144.4148.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 50.52%
R=49.48%
G=0%
B=50.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal480490.02100.81298.781009.61
Hex3003126405112b64a
Octal600612144012145314412
Binary11000001100011011001000101000110010101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300031; }

 p { color: rgb(48,0,49); }

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

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

 a { background-color: rgb(48,0,49); }

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

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

 span { border-color: rgb(48,0,49); }

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