Html Css Color HEX #351F37 Mardi Gras

📋 copy color: '#351F37'

red 53 ◦ green 31 ◦ blue 55

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

Shades of Mardi Gras #351F37

Tints of Mardi Gras #351F37

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.3%

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

R = 38.13%
G = 22.3%
B = 39.57%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#351F37 (or 0x351F37) is known color: Mardi Gras. HEX triplet: 35, 1F and 37. RGB value is (53,31,55). Sum of RGB (Red+Green+Blue) = 53+31+55=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 55 - color contains mainly: blue. Hex color #351F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F37 is #CAE0C8. Grayscale: #282828. Windows color (decimal): -13295817 or 3612469. OLE color: 3612469.

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

Color convert

RGB 53 31 55 -
CMYK 0.04 0.44 0 0.78
HSL 295º 0.28% 0.17% -
HSV(B) 295º 0.44% 0.22% -
XYZ 2.65 2.01 3.86 -
YUV 40.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 53 31 55 0.04 0.44 0 0.78 295 0.28 0.17
Hex 35 1F 37 4 2C 0 4E 127 1C 11
Octal 65 37 67 4 54 0 116 447 34 21
Binary 110101 11111 110111 100 101100 0 1001110 100100111 11100 10001

Color Harmonies of #351F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F37

Black with #351F37

Text Example


Text Example

White with #351F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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