#350B31

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

Shades of Mardi Gras #350B31

Tints of Mardi Gras #350B31

Color information

#350B31 (or 0x350B31) is unknown color: approx Mardi Gras. HEX triplet: 35, 0B and 31. RGB value is (53,11,49). Sum of RGB (Red+Green+Blue) = 53+11+49=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #350B31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B31 is #CAF4CE. Grayscale: #1B1B1B. Windows color (decimal): -13300943 or 3214133. OLE color: 3214133.

HSL color Cylindrical-coordinate representation of color #350B31: hue angle of 305.71º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #350B31 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB531149-
CMYK00.790.080.79
HSL305.71º65.62%12.55%-
HSV(B)305.71º79.25%20.78%-
XYZ2.141.223.03-
YUV27.89139.91145.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=46.90%
G=9.73%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53114900.790.080.79305.7165.6212.55
Hex35B3104F84F13242d
Octal65136101171011746210215
Binary1101011011110001010011111000100111110011001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350B31; }

 p { color: rgb(53,11,49); }

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

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

 a { background-color: rgb(53,11,49); }

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

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

 span { border-color: rgb(53,11,49); }

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