#301D32

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

Shades of Mardi Gras #301D32

Tints of Mardi Gras #301D32

Color information

#301D32 (or 0x301D32) is unknown color: approx Mardi Gras. HEX triplet: 30, 1D and 32. RGB value is (48,29,50). Sum of RGB (Red+Green+Blue) = 48+29+50=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 50 - color contains mainly: blue. Hex color #301D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D32 is #CFE2CD. Grayscale: #252525. Windows color (decimal): -13624014 or 3284272. OLE color: 3284272.

HSL color Cylindrical-coordinate representation of color #301D32: hue angle of 294.29º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #301D32 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB482950-
CMYK0.040.4200.80
HSL294.29º26.58%15.49%-
HSV(B)294.29º42%19.61%-
XYZ2.231.743.24-
YUV37.08135.29135.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 29 (11.72% from 255) = 22.83%
BLUE value IS 50 (19.92% from 255) = 39.37%
R=37.80%
G=22.83%
B=39.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4829500.040.4200.80294.2926.5815.49
Hex301D3242A0501261bf
Octal60356245201204463317
Binary1100001110111001010010101001010000100100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,29,50); }

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

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

 a { background-color: rgb(48,29,50); }

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

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

 span { border-color: rgb(48,29,50); }

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