Html Css Color HEX #351E39 Mardi Gras

📋 copy color: '#351E39'

red 53 ◦ green 30 ◦ blue 57

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

Shades of Mardi Gras #351E39

Tints of Mardi Gras #351E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 40.71%

R = 37.86%
G = 21.43%
B = 40.71%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#351E39 (or 0x351E39) is known color: Mardi Gras. HEX triplet: 35, 1E and 39. RGB value is (53,30,57). Sum of RGB (Red+Green+Blue) = 53+30+57=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 57 - color contains mainly: blue. Hex color #351E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E39 is #CAE1C6. Grayscale: #272727. Windows color (decimal): -13296071 or 3743285. OLE color: 3743285.

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

Color convert

RGB 53 30 57 -
CMYK 0.07 0.47 0 0.78
HSL 291.11º 0.31% 0.17% -
HSV(B) 291.11º 0.47% 0.22% -
XYZ 2.67 1.98 4.11 -
YUV 39.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 53 30 57 0.07 0.47 0 0.78 291.11 0.31 0.17
Hex 35 1E 39 7 2F 0 4E 123 1F 11
Octal 65 36 71 7 57 0 116 443 37 21
Binary 110101 11110 111001 111 101111 0 1001110 100100011 11111 10001

Color Harmonies of #351E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E39

Black with #351E39

Text Example


Text Example

White with #351E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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