#301531

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

Shades of Mardi Gras #301531

Tints of Mardi Gras #301531

Color information

#301531 (or 0x301531) is unknown color: approx Mardi Gras. HEX triplet: 30, 15 and 31. RGB value is (48,21,49). Sum of RGB (Red+Green+Blue) = 48+21+49=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 49 - color contains mainly: blue. Hex color #301531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301531 is #CFEACE. Grayscale: #202020. Windows color (decimal): -13626063 or 3216688. OLE color: 3216688.

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

Color convert

RGB482149-
CMYK0.020.5700.81
HSL297.86º40%13.73%-
HSV(B)297.86º57.14%19.22%-
XYZ2.041.393.07-
YUV32.26137.45139.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 49 (19.53% from 255) = 41.53%
R=40.68%
G=17.80%
B=41.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4821490.020.5700.81297.864013.73
Hex30153123905112a28e
Octal60256127101214525016
Binary1100001010111000110111001010100011001010101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301531; }

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

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

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

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

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

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

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

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