#301731

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

Shades of Mardi Gras #301731

Tints of Mardi Gras #301731

Color information

#301731 (or 0x301731) is unknown color: approx Mardi Gras. HEX triplet: 30, 17 and 31. RGB value is (48,23,49). Sum of RGB (Red+Green+Blue) = 48+23+49=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 49 - color contains mainly: blue. Hex color #301731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301731 is #CFE8CE. Grayscale: #212121. Windows color (decimal): -13625551 or 3217200. OLE color: 3217200.

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

Color convert

RGB482349-
CMYK0.020.5300.81
HSL297.69º36.11%14.12%-
HSV(B)297.69º53.06%19.22%-
XYZ2.081.463.08-
YUV33.44136.78138.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=40%
G=19.17%
B=40.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4823490.020.5300.81297.6936.1114.12
Hex30173123505112a24e
Octal60276126501214524416
Binary1100001011111000110110101010100011001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301731; }

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

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

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

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

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

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

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

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