Html Css Color HEX #350037 Mardi Gras

📋 copy color: '#350037'

red 53 ◦ green 0 ◦ blue 55

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

Shades of Mardi Gras #350037

Tints of Mardi Gras #350037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.07%
G = 0%
B = 50.93%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#350037 (or 0x350037) is known color: Mardi Gras. HEX triplet: 35, 00 and 37. RGB value is (53,0,55). Sum of RGB (Red+Green+Blue) = 53+0+55=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #350037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350037 is #CAFFC8. Grayscale: #151515. Windows color (decimal): -13303753 or 3604533. OLE color: 3604533.

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

Color convert

RGB 53 0 55 -
CMYK 0.04 1 0 0.78
HSL 297.82º 1% 0.11% -
HSV(B) 297.82º 1% 0.22% -
XYZ 2.16 1.03 3.7 -
YUV 22.12 146.56 150.03 -
System Red Green Blue C M Y K H S L
Decimal 53 0 55 0.04 1 0 0.78 297.82 1 0.11
Hex 35 0 37 4 64 0 4E 12A 64 B
Octal 65 0 67 4 144 0 116 452 144 13
Binary 110101 0 110111 100 1100100 0 1001110 100101010 1100100 1011

Color Harmonies of #350037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350037

Black with #350037

Text Example


Text Example

White with #350037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350037; }

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

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

background-color css

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

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

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

border-color css

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

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

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