#301031

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

Shades of Mardi Gras #301031

Tints of Mardi Gras #301031

Color information

#301031 (or 0x301031) is unknown color: approx Mardi Gras. HEX triplet: 30, 10 and 31. RGB value is (48,16,49). Sum of RGB (Red+Green+Blue) = 48+16+49=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #301031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301031 is #CFEFCE. Grayscale: #1D1D1D. Windows color (decimal): -13627343 or 3215408. OLE color: 3215408.

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

Color convert

RGB481649-
CMYK0.020.6700.81
HSL298.18º50.77%12.75%-
HSV(B)298.18º67.35%19.22%-
XYZ1.961.223.04-
YUV29.33139.1141.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 16 (6.64% from 255) = 14.16%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=42.48%
G=14.16%
B=43.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4816490.020.6700.81298.1850.7712.75
Hex30103124305112a33d
Octal602061210301214526315
Binary11000010000110001101000011010100011001010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301031; }

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

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

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

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

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

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

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

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