Html Css Color HEX #351631 Mardi Gras

📋 copy color: '#351631'

red 53 ◦ green 22 ◦ blue 49

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

Shades of Mardi Gras #351631

Tints of Mardi Gras #351631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.74%

 BLUE value IS 49 (19.53% from 255) = 39.52%

R = 42.74%
G = 17.74%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#351631 (or 0x351631) is known color: Mardi Gras. HEX triplet: 35, 16 and 31. RGB value is (53,22,49). Sum of RGB (Red+Green+Blue) = 53+22+49=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #351631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351631 is #CAE9CE. Grayscale: #222222. Windows color (decimal): -13298127 or 3216949. OLE color: 3216949.

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

Color convert

RGB 53 22 49 -
CMYK 0 0.58 0.08 0.79
HSL 307.74º 0.41% 0.15% -
HSV(B) 307.74º 0.58% 0.21% -
XYZ 2.31 1.55 3.08 -
YUV 34.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 53 22 49 0 0.58 0.08 0.79 307.74 0.41 0.15
Hex 35 16 31 0 3A 8 4F 134 29 F
Octal 65 26 61 0 72 10 117 464 51 17
Binary 110101 10110 110001 0 111010 1000 1001111 100110100 101001 1111

Color Harmonies of #351631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351631

Black with #351631

Text Example


Text Example

White with #351631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351631; }

 p { color: rgb(53,22,49); }

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

background-color css

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

 a { background-color: rgb(53,22,49); }

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

border-color css

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

 span { border-color: rgb(53,22,49); }

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