#331330

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

Shades of Mardi Gras #331330

Tints of Mardi Gras #331330

Color information

#331330 (or 0x331330) is unknown color: approx Mardi Gras. HEX triplet: 33, 13 and 30. RGB value is (51,19,48). Sum of RGB (Red+Green+Blue) = 51+19+48=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #331330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331330 is #CCECCF. Grayscale: #1F1F1F. Windows color (decimal): -13429968 or 3150643. OLE color: 3150643.

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

Color convert

RGB511948-
CMYK00.630.060.8
HSL305.62º45.71%13.73%-
HSV(B)305.62º62.75%20%-
XYZ2.131.382.95-
YUV31.87137.1141.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 48 (19.14% from 255) = 40.68%
R=43.22%
G=16.10%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51194800.630.060.8305.6245.7113.73
Hex33133003F6501322ee
Octal63236007761204625616
Binary11001110011110000011111111010100001001100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331330; }

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

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

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

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

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

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

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

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