#350E37

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

Shades of Mardi Gras #350E37

Tints of Mardi Gras #350E37

Color information

#350E37 (or 0x350E37) is unknown color: approx Mardi Gras. HEX triplet: 35, 0E and 37. RGB value is (53,14,55). Sum of RGB (Red+Green+Blue) = 53+14+55=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #350E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E37 is #CAF1C8. Grayscale: #1E1E1E. Windows color (decimal): -13300169 or 3608117. OLE color: 3608117.

HSL color Cylindrical-coordinate representation of color #350E37: hue angle of 297.07º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #350E37 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB531455-
CMYK0.040.7500.78
HSL297.07º59.42%13.53%-
HSV(B)297.07º74.55%21.57%-
XYZ2.311.353.75-
YUV30.33141.92144.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 14 (5.86% from 255) = 11.48%
BLUE value IS 55 (21.88% from 255) = 45.08%
R=43.44%
G=11.48%
B=45.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5314550.040.7500.78297.0759.4213.53
Hex35E3744B04E1293be
Octal651667411301164517316
Binary11010111101101111001001011010011101001010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,14,55); }

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

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

 a { background-color: rgb(53,14,55); }

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

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

 span { border-color: rgb(53,14,55); }

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