#302031

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

Shades of Mardi Gras #302031

Tints of Mardi Gras #302031

Color information

#302031 (or 0x302031) is unknown color: approx Mardi Gras. HEX triplet: 30, 20 and 31. RGB value is (48,32,49). Sum of RGB (Red+Green+Blue) = 48+32+49=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 49 - color contains mainly: blue. Hex color #302031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302031 is #CFDFCE. Grayscale: #262626. Windows color (decimal): -13623247 or 3219504. OLE color: 3219504.

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

Color convert

RGB483249-
CMYK0.020.3500.81
HSL296.47º20.99%15.88%-
HSV(B)296.47º34.69%19.22%-
XYZ2.291.883.15-
YUV38.72133.8134.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=37.21%
G=24.81%
B=37.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4832490.020.3500.81296.4720.9915.88
Hex3020312230511281510
Octal60406124301214502520
Binary11000010000011000110100011010100011001010001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302031; }

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

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

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

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

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

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

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

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