Html Css Color HEX #351737 Mardi Gras

📋 copy color: '#351737'

red 53 ◦ green 23 ◦ blue 55

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

Shades of Mardi Gras #351737

Tints of Mardi Gras #351737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.56%

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

R = 40.46%
G = 17.56%
B = 41.98%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#351737 (or 0x351737) is known color: Mardi Gras. HEX triplet: 35, 17 and 37. RGB value is (53,23,55). Sum of RGB (Red+Green+Blue) = 53+23+55=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 55 - color contains mainly: blue. Hex color #351737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351737 is #CAE8C8. Grayscale: #232323. Windows color (decimal): -13297865 or 3610421. OLE color: 3610421.

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

Color convert

RGB 53 23 55 -
CMYK 0.04 0.58 0 0.78
HSL 296.25º 0.41% 0.15% -
HSV(B) 296.25º 0.58% 0.22% -
XYZ 2.46 1.65 3.8 -
YUV 35.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 53 23 55 0.04 0.58 0 0.78 296.25 0.41 0.15
Hex 35 17 37 4 3A 0 4E 128 29 F
Octal 65 27 67 4 72 0 116 450 51 17
Binary 110101 10111 110111 100 111010 0 1001110 100101000 101001 1111

Color Harmonies of #351737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351737

Black with #351737

Text Example


Text Example

White with #351737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351737; }

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

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

background-color css

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

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

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

border-color css

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

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

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