Html Css Color HEX #351135 Mardi Gras

📋 copy color: '#351135'

red 53 ◦ green 17 ◦ blue 53

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

Shades of Mardi Gras #351135

Tints of Mardi Gras #351135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.82%

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

R = 43.09%
G = 13.82%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#351135 (or 0x351135) is known color: Mardi Gras. HEX triplet: 35, 11 and 35. RGB value is (53,17,53). Sum of RGB (Red+Green+Blue) = 53+17+53=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #351135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351135 is #CAEECA. Grayscale: #1F1F1F. Windows color (decimal): -13299403 or 3477813. OLE color: 3477813.

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

Color convert

RGB 53 17 53 -
CMYK 0 0.68 0 0.79
HSL 300º 0.51% 0.14% -
HSV(B) 300º 0.68% 0.21% -
XYZ 2.31 1.41 3.52 -
YUV 31.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 53 17 53 0 0.68 0 0.79 300 0.51 0.14
Hex 35 11 35 0 44 0 4F 12C 33 E
Octal 65 21 65 0 104 0 117 454 63 16
Binary 110101 10001 110101 0 1000100 0 1001111 100101100 110011 1110

Color Harmonies of #351135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351135

Black with #351135

Text Example


Text Example

White with #351135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351135; }

 p { color: rgb(53,17,53); }

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

background-color css

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

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

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

border-color css

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

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

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