Html Css Color HEX #351937 Mardi Gras

📋 copy color: '#351937'

red 53 ◦ green 25 ◦ blue 55

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

Shades of Mardi Gras #351937

Tints of Mardi Gras #351937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.8%

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

R = 39.85%
G = 18.8%
B = 41.35%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#351937 (or 0x351937) is known color: Mardi Gras. HEX triplet: 35, 19 and 37. RGB value is (53,25,55). Sum of RGB (Red+Green+Blue) = 53+25+55=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 55 - color contains mainly: blue. Hex color #351937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351937 is #CAE6C8. Grayscale: #242424. Windows color (decimal): -13297353 or 3610933. OLE color: 3610933.

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

Color convert

RGB 53 25 55 -
CMYK 0.04 0.55 0 0.78
HSL 296º 0.38% 0.16% -
HSV(B) 296º 0.55% 0.22% -
XYZ 2.51 1.73 3.82 -
YUV 36.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 53 25 55 0.04 0.55 0 0.78 296 0.38 0.16
Hex 35 19 37 4 37 0 4E 128 26 10
Octal 65 31 67 4 67 0 116 450 46 20
Binary 110101 11001 110111 100 110111 0 1001110 100101000 100110 10000

Color Harmonies of #351937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351937

Black with #351937

Text Example


Text Example

White with #351937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351937; }

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

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

background-color css

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

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

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

border-color css

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

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

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