#321F30

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

Shades of Mardi Gras #321F30

Tints of Mardi Gras #321F30

Color information

#321F30 (or 0x321F30) is unknown color: approx Mardi Gras. HEX triplet: 32, 1F and 30. RGB value is (50,31,48). Sum of RGB (Red+Green+Blue) = 50+31+48=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 50 - color contains mainly: red. Hex color #321F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F30 is #CDE0CF. Grayscale: #262626. Windows color (decimal): -13492432 or 3153714. OLE color: 3153714.

HSL color Cylindrical-coordinate representation of color #321F30: hue angle of 306.32º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #321F30 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB503148-
CMYK00.380.040.80
HSL306.32º23.46%15.88%-
HSV(B)306.32º38%19.61%-
XYZ2.341.873.03-
YUV38.62133.29136.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.76%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=38.76%
G=24.03%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50314800.380.040.80306.3223.4615.88
Hex321F300264501321710
Octal62376004641204622720
Binary11001011111110000010011010010100001001100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321F30; }

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

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

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

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

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

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

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

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