Html Css Color HEX #351436 Mardi Gras

📋 copy color: '#351436'

red 53 ◦ green 20 ◦ blue 54

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

Shades of Mardi Gras #351436

Tints of Mardi Gras #351436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 42.52%

R = 41.73%
G = 15.75%
B = 42.52%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#351436 (or 0x351436) is known color: Mardi Gras. HEX triplet: 35, 14 and 36. RGB value is (53,20,54). Sum of RGB (Red+Green+Blue) = 53+20+54=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: blue. Hex color #351436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351436 is #CAEBC9. Grayscale: #212121. Windows color (decimal): -13298634 or 3544117. OLE color: 3544117.

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

Color convert

RGB 53 20 54 -
CMYK 0.02 0.63 0 0.79
HSL 298.24º 0.46% 0.15% -
HSV(B) 298.24º 0.63% 0.21% -
XYZ 2.38 1.52 3.66 -
YUV 33.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 53 20 54 0.02 0.63 0 0.79 298.24 0.46 0.15
Hex 35 14 36 2 3F 0 4F 12A 2E F
Octal 65 24 66 2 77 0 117 452 56 17
Binary 110101 10100 110110 10 111111 0 1001111 100101010 101110 1111

Color Harmonies of #351436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351436

Black with #351436

Text Example


Text Example

White with #351436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351436; }

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

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

background-color css

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

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

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

border-color css

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

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

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