#301A31

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

Shades of Mardi Gras #301A31

Tints of Mardi Gras #301A31

Color information

#301A31 (or 0x301A31) is unknown color: approx Mardi Gras. HEX triplet: 30, 1A and 31. RGB value is (48,26,49). Sum of RGB (Red+Green+Blue) = 48+26+49=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 49 - color contains mainly: blue. Hex color #301A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A31 is #CFE5CE. Grayscale: #232323. Windows color (decimal): -13624783 or 3217968. OLE color: 3217968.

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

Color convert

RGB482649-
CMYK0.020.4700.81
HSL297.39º30.67%14.71%-
HSV(B)297.39º46.94%19.22%-
XYZ2.141.593.1-
YUV35.2135.79137.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 26 (10.55% from 255) = 21.14%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=39.02%
G=21.14%
B=39.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4826490.020.4700.81297.3930.6714.71
Hex301A3122F0511291ff
Octal60326125701214513717
Binary110000110101100011010111101010001100101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301A31; }

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

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

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

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

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

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

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

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