Html Css Color HEX #351337 Mardi Gras

📋 copy color: '#351337'

red 53 ◦ green 19 ◦ blue 55

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

Shades of Mardi Gras #351337

Tints of Mardi Gras #351337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.96%

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

R = 41.73%
G = 14.96%
B = 43.31%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#351337 (or 0x351337) is known color: Mardi Gras. HEX triplet: 35, 13 and 37. RGB value is (53,19,55). Sum of RGB (Red+Green+Blue) = 53+19+55=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 55 - color contains mainly: blue. Hex color #351337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351337 is #CAECC8. Grayscale: #212121. Windows color (decimal): -13298889 or 3609397. OLE color: 3609397.

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

Color convert

RGB 53 19 55 -
CMYK 0.04 0.65 0 0.78
HSL 296.67º 0.49% 0.15% -
HSV(B) 296.67º 0.65% 0.22% -
XYZ 2.39 1.5 3.78 -
YUV 33.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 53 19 55 0.04 0.65 0 0.78 296.67 0.49 0.15
Hex 35 13 37 4 41 0 4E 129 31 F
Octal 65 23 67 4 101 0 116 451 61 17
Binary 110101 10011 110111 100 1000001 0 1001110 100101001 110001 1111

Color Harmonies of #351337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351337

Black with #351337

Text Example


Text Example

White with #351337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351337; }

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

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

background-color css

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

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

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

border-color css

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

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

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