#300931

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

Shades of Mardi Gras #300931

Tints of Mardi Gras #300931

Color information

#300931 (or 0x300931) is unknown color: approx Mardi Gras. HEX triplet: 30, 09 and 31. RGB value is (48,9,49). Sum of RGB (Red+Green+Blue) = 48+9+49=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #300931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300931 is #CFF6CE. Grayscale: #191919. Windows color (decimal): -13629135 or 3213616. OLE color: 3213616.

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

Color convert

RGB48949-
CMYK0.020.8200.81
HSL298.5º68.97%11.37%-
HSV(B)298.5º81.63%19.22%-
XYZ1.871.053.01-
YUV25.22141.42144.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=45.28%
G=8.49%
B=46.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal489490.020.8200.81298.568.9711.37
Hex3093125205112a45b
Octal6011612122012145210513
Binary11000010011100011010100100101000110010101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300931; }

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

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

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

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

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

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

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

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