Html Css Color HEX #351036 Mardi Gras

📋 copy color: '#351036'

red 53 ◦ green 16 ◦ blue 54

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

Shades of Mardi Gras #351036

Tints of Mardi Gras #351036

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.01%

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

R = 43.09%
G = 13.01%
B = 43.9%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#351036 (or 0x351036) is known color: Mardi Gras. HEX triplet: 35, 10 and 36. RGB value is (53,16,54). Sum of RGB (Red+Green+Blue) = 53+16+54=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #351036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351036 is #CAEFC9. Grayscale: #1F1F1F. Windows color (decimal): -13299658 or 3543093. OLE color: 3543093.

HSL color Cylindrical-coordinate representation of color #351036: hue angle of 298.42º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #351036 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 16 54 -
CMYK 0.02 0.70 0 0.79
HSL 298.42º 0.54% 0.14% -
HSV(B) 298.42º 0.7% 0.21% -
XYZ 2.32 1.39 3.64 -
YUV 31.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 53 16 54 0.02 0.70 0 0.79 298.42 0.54 0.14
Hex 35 10 36 2 46 0 4F 12A 36 E
Octal 65 20 66 2 106 0 117 452 66 16
Binary 110101 10000 110110 10 1000110 0 1001111 100101010 110110 1110

Color Harmonies of #351036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351036

Black with #351036

Text Example


Text Example

White with #351036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351036; }

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

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

background-color css

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

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

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

border-color css

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

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

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