Html Css Color HEX #351A37 Mardi Gras

📋 copy color: '#351A37'

red 53 ◦ green 26 ◦ blue 55

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

Shades of Mardi Gras #351A37

Tints of Mardi Gras #351A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.4%

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

R = 39.55%
G = 19.4%
B = 41.04%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#351A37 (or 0x351A37) is known color: Mardi Gras. HEX triplet: 35, 1A and 37. RGB value is (53,26,55). Sum of RGB (Red+Green+Blue) = 53+26+55=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 55 - color contains mainly: blue. Hex color #351A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A37 is #CAE5C8. Grayscale: #252525. Windows color (decimal): -13297097 or 3611189. OLE color: 3611189.

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

Color convert

RGB 53 26 55 -
CMYK 0.04 0.53 0 0.78
HSL 295.86º 0.36% 0.16% -
HSV(B) 295.86º 0.53% 0.22% -
XYZ 2.53 1.77 3.82 -
YUV 37.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 53 26 55 0.04 0.53 0 0.78 295.86 0.36 0.16
Hex 35 1A 37 4 35 0 4E 128 24 10
Octal 65 32 67 4 65 0 116 450 44 20
Binary 110101 11010 110111 100 110101 0 1001110 100101000 100100 10000

Color Harmonies of #351A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351A37

Black with #351A37

Text Example


Text Example

White with #351A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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