#301431

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

Shades of Mardi Gras #301431

Tints of Mardi Gras #301431

Color information

#301431 (or 0x301431) is unknown color: approx Mardi Gras. HEX triplet: 30, 14 and 31. RGB value is (48,20,49). Sum of RGB (Red+Green+Blue) = 48+20+49=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 49 - color contains mainly: blue. Hex color #301431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301431 is #CFEBCE. Grayscale: #1F1F1F. Windows color (decimal): -13626319 or 3216432. OLE color: 3216432.

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

Color convert

RGB482049-
CMYK0.020.5900.81
HSL297.93º42.03%13.53%-
HSV(B)297.93º59.18%19.22%-
XYZ2.021.353.06-
YUV31.68137.78139.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 49 (19.53% from 255) = 41.88%
R=41.03%
G=17.09%
B=41.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4820490.020.5900.81297.9342.0313.53
Hex30143123B05112a2ae
Octal60246127301214525216
Binary1100001010011000110111011010100011001010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301431; }

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

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

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

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

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

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

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

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