Html Css Color HEX #351D37 Mardi Gras

📋 copy color: '#351D37'

red 53 ◦ green 29 ◦ blue 55

#351D37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #351D37

Tints of Mardi Gras #351D37

RGB

 RED value IS 53 (21.09% from 255) = 38.69%

 GREEN value IS 29 (11.72% from 255) = 21.17%

 BLUE value IS 55 (21.88% from 255) = 40.15%

R = 38.69%
G = 21.17%
B = 40.15%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#351D37 (or 0x351D37) is known color: Mardi Gras. HEX triplet: 35, 1D and 37. RGB value is (53,29,55). Sum of RGB (Red+Green+Blue) = 53+29+55=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 55 - color contains mainly: blue. Hex color #351D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D37 is #CAE2C8. Grayscale: #272727. Windows color (decimal): -13296329 or 3611957. OLE color: 3611957.

HSL color Cylindrical-coordinate representation of color #351D37: hue angle of 295.38º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #351D37 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 29 55 -
CMYK 0.04 0.47 0 0.78
HSL 295.38º 0.31% 0.16% -
HSV(B) 295.38º 0.47% 0.22% -
XYZ 2.6 1.91 3.85 -
YUV 39.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 53 29 55 0.04 0.47 0 0.78 295.38 0.31 0.16
Hex 35 1D 37 4 2F 0 4E 127 1F 10
Octal 65 35 67 4 57 0 116 447 37 20
Binary 110101 11101 110111 100 101111 0 1001110 100100111 11111 10000

Color Harmonies of #351D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D37

Black with #351D37

Text Example


Text Example

White with #351D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351D37; }

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

 H1.HeaderClassName
 {
   color: #351D37;
 }
 .AnyTagClassName
 {
   color: #351D37;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #351D37;
 }
 .BgClassName
 {
   background-color: #351D37;
 }
</style>

border-color css

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

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

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