#331030

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

Shades of Mardi Gras #331030

Tints of Mardi Gras #331030

Color information

#331030 (or 0x331030) is unknown color: approx Mardi Gras. HEX triplet: 33, 10 and 30. RGB value is (51,16,48). Sum of RGB (Red+Green+Blue) = 51+16+48=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #331030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331030 is #CCEFCF. Grayscale: #1E1E1E. Windows color (decimal): -13430736 or 3149875. OLE color: 3149875.

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

Color convert

RGB511648-
CMYK00.690.060.8
HSL305.14º52.24%13.14%-
HSV(B)305.14º68.63%20%-
XYZ2.081.292.94-
YUV30.11138.1142.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.35%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 48 (19.14% from 255) = 41.74%
R=44.35%
G=13.91%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51164800.690.060.8305.1452.2413.14
Hex33103004565013134d
Octal632060010561204616415
Binary110011100001100000100010111010100001001100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331030; }

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

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

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

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

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

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

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

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