Html Css Color HEX #350E37 Mardi Gras

📋 copy color: '#350E37'

red 53 ◦ green 14 ◦ blue 55

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

Shades of Mardi Gras #350E37

Tints of Mardi Gras #350E37

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.48%

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

R = 43.44%
G = 11.48%
B = 45.08%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#350E37 (or 0x350E37) is known color: Mardi Gras. HEX triplet: 35, 0E and 37. RGB value is (53,14,55). Sum of RGB (Red+Green+Blue) = 53+14+55=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #350E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E37 is #CAF1C8. Grayscale: #1E1E1E. Windows color (decimal): -13300169 or 3608117. OLE color: 3608117.

HSL color Cylindrical-coordinate representation of color #350E37: hue angle of 297.07º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #350E37 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 14 55 -
CMYK 0.04 0.75 0 0.78
HSL 297.07º 0.59% 0.14% -
HSV(B) 297.07º 0.75% 0.22% -
XYZ 2.31 1.35 3.75 -
YUV 30.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 53 14 55 0.04 0.75 0 0.78 297.07 0.59 0.14
Hex 35 E 37 4 4B 0 4E 129 3B E
Octal 65 16 67 4 113 0 116 451 73 16
Binary 110101 1110 110111 100 1001011 0 1001110 100101001 111011 1110

Color Harmonies of #350E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350E37

Black with #350E37

Text Example


Text Example

White with #350E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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