#351137

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

Shades of Mardi Gras #351137

Tints of Mardi Gras #351137

Color information

#351137 (or 0x351137) is unknown color: approx Mardi Gras. HEX triplet: 35, 11 and 37. RGB value is (53,17,55). Sum of RGB (Red+Green+Blue) = 53+17+55=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #351137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351137 is #CAEEC8. Grayscale: #1F1F1F. Windows color (decimal): -13299401 or 3608885. OLE color: 3608885.

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

Color convert

RGB531755-
CMYK0.040.6900.78
HSL296.84º52.78%14.12%-
HSV(B)296.84º69.09%21.57%-
XYZ2.361.433.77-
YUV32.1140.93142.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 55 (21.88% from 255) = 44%
R=42.4%
G=13.6%
B=44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5317550.040.6900.78296.8452.7814.12
Hex35113744504E12935e
Octal652167410501164516516
Binary110101100011101111001000101010011101001010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351137; }

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

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

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

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

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

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

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

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