Html Css Color HEX #351E37 Mardi Gras

📋 copy color: '#351E37'

red 53 ◦ green 30 ◦ blue 55

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

Shades of Mardi Gras #351E37

Tints of Mardi Gras #351E37

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.74%

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

R = 38.41%
G = 21.74%
B = 39.86%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#351E37 (or 0x351E37) is known color: Mardi Gras. HEX triplet: 35, 1E and 37. RGB value is (53,30,55). Sum of RGB (Red+Green+Blue) = 53+30+55=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 55 - color contains mainly: blue. Hex color #351E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E37 is #CAE1C8. Grayscale: #272727. Windows color (decimal): -13296073 or 3612213. OLE color: 3612213.

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

Color convert

RGB 53 30 55 -
CMYK 0.04 0.45 0 0.78
HSL 295.2º 0.29% 0.17% -
HSV(B) 295.2º 0.45% 0.22% -
XYZ 2.62 1.96 3.85 -
YUV 39.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 53 30 55 0.04 0.45 0 0.78 295.2 0.29 0.17
Hex 35 1E 37 4 2D 0 4E 127 1D 11
Octal 65 36 67 4 55 0 116 447 35 21
Binary 110101 11110 110111 100 101101 0 1001110 100100111 11101 10001

Color Harmonies of #351E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E37

Black with #351E37

Text Example


Text Example

White with #351E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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