Html Css Color HEX #351437 Mardi Gras

📋 copy color: '#351437'

red 53 ◦ green 20 ◦ blue 55

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

Shades of Mardi Gras #351437

Tints of Mardi Gras #351437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.63%

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

R = 41.41%
G = 15.63%
B = 42.97%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#351437 (or 0x351437) is known color: Mardi Gras. HEX triplet: 35, 14 and 37. RGB value is (53,20,55). Sum of RGB (Red+Green+Blue) = 53+20+55=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 55 - color contains mainly: blue. Hex color #351437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351437 is #CAEBC8. Grayscale: #212121. Windows color (decimal): -13298633 or 3609653. OLE color: 3609653.

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

Color convert

RGB 53 20 55 -
CMYK 0.04 0.64 0 0.78
HSL 296.57º 0.47% 0.15% -
HSV(B) 296.57º 0.64% 0.22% -
XYZ 2.41 1.53 3.78 -
YUV 33.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 53 20 55 0.04 0.64 0 0.78 296.57 0.47 0.15
Hex 35 14 37 4 40 0 4E 129 2F F
Octal 65 24 67 4 100 0 116 451 57 17
Binary 110101 10100 110111 100 1000000 0 1001110 100101001 101111 1111

Color Harmonies of #351437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351437

Black with #351437

Text Example


Text Example

White with #351437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351437; }

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

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

background-color css

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

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

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

border-color css

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

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

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