#302131

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

Shades of Mardi Gras #302131

Tints of Mardi Gras #302131

Color information

#302131 (or 0x302131) is unknown color: approx Mardi Gras. HEX triplet: 30, 21 and 31. RGB value is (48,33,49). Sum of RGB (Red+Green+Blue) = 48+33+49=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 49 - color contains mainly: blue. Hex color #302131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302131 is #CFDECE. Grayscale: #272727. Windows color (decimal): -13622991 or 3219760. OLE color: 3219760.

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

Color convert

RGB483349-
CMYK0.020.3300.81
HSL296.25º19.51%16.08%-
HSV(B)296.25º32.65%19.22%-
XYZ2.321.943.16-
YUV39.31133.47134.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 33 (13.28% from 255) = 25.38%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=36.92%
G=25.38%
B=37.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4833490.020.3300.81296.2519.5116.08
Hex3021312210511281410
Octal60416124101214502420
Binary11000010000111000110100001010100011001010001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302131; }

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

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

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

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

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

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

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

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