Html Css Color HEX #350F37 Mardi Gras

📋 copy color: '#350F37'

red 53 ◦ green 15 ◦ blue 55

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

Shades of Mardi Gras #350F37

Tints of Mardi Gras #350F37

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.2%

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

R = 43.09%
G = 12.2%
B = 44.72%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#350F37 (or 0x350F37) is known color: Mardi Gras. HEX triplet: 35, 0F and 37. RGB value is (53,15,55). Sum of RGB (Red+Green+Blue) = 53+15+55=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 55 - color contains mainly: blue. Hex color #350F37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F37 is #CAF0C8. Grayscale: #1E1E1E. Windows color (decimal): -13299913 or 3608373. OLE color: 3608373.

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

Color convert

RGB 53 15 55 -
CMYK 0.04 0.73 0 0.78
HSL 297º 0.57% 0.14% -
HSV(B) 297º 0.73% 0.22% -
XYZ 2.33 1.37 3.76 -
YUV 30.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 53 15 55 0.04 0.73 0 0.78 297 0.57 0.14
Hex 35 F 37 4 49 0 4E 129 39 E
Octal 65 17 67 4 111 0 116 451 71 16
Binary 110101 1111 110111 100 1001001 0 1001110 100101001 111001 1110

Color Harmonies of #350F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F37

Black with #350F37

Text Example


Text Example

White with #350F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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