#331930

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

Shades of Mardi Gras #331930

Tints of Mardi Gras #331930

Color information

#331930 (or 0x331930) is unknown color: approx Mardi Gras. HEX triplet: 33, 19 and 30. RGB value is (51,25,48). Sum of RGB (Red+Green+Blue) = 51+25+48=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #331930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331930 is #CCE6CF. Grayscale: #232323. Windows color (decimal): -13428432 or 3152179. OLE color: 3152179.

HSL color Cylindrical-coordinate representation of color #331930: hue angle of 306.92º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #331930 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB512548-
CMYK00.510.060.8
HSL306.92º34.21%14.9%-
HSV(B)306.92º50.98%20%-
XYZ2.251.612.99-
YUV35.4135.11139.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 48 (19.14% from 255) = 38.71%
R=41.13%
G=20.16%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51254800.510.060.8306.9234.2114.9
Hex33193003365013322f
Octal63316006361204634217
Binary11001111001110000011001111010100001001100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331930; }

 p { color: rgb(51,25,48); }

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

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

 a { background-color: rgb(51,25,48); }

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

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

 span { border-color: rgb(51,25,48); }

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