#321830

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

Shades of Mardi Gras #321830

Tints of Mardi Gras #321830

Color information

#321830 (or 0x321830) is unknown color: approx Mardi Gras. HEX triplet: 32, 18 and 30. RGB value is (50,24,48). Sum of RGB (Red+Green+Blue) = 50+24+48=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #321830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321830 is #CDE7CF. Grayscale: #222222. Windows color (decimal): -13494224 or 3151922. OLE color: 3151922.

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

Color convert

RGB502448-
CMYK00.520.040.80
HSL304.62º35.14%14.51%-
HSV(B)304.62º52%19.61%-
XYZ2.181.542.98-
YUV34.51135.61139.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.98%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 48 (19.14% from 255) = 39.34%
R=40.98%
G=19.67%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50244800.520.040.80304.6235.1414.51
Hex32183003445013123f
Octal62306006441204614317
Binary11001011000110000011010010010100001001100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321830; }

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

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

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

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

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

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

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

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