Html Css Color HEX #370035 Mardi Gras

📋 copy color: '#370035'

red 55 ◦ green 0 ◦ blue 53

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

Shades of Mardi Gras #370035

Tints of Mardi Gras #370035

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #370035: hue angle of 302.18º 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 #370035 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 0 53 -
CMYK 0 1 0.04 0.78
HSL 302.18º 1% 0.11% -
HSV(B) 302.18º 1% 0.22% -
XYZ 2.22 1.07 3.46 -
YUV 22.49 145.22 151.19 -
System Red Green Blue C M Y K H S L
Decimal 55 0 53 0 1 0.04 0.78 302.18 1 0.11
Hex 37 0 35 0 64 4 4E 12E 64 B
Octal 67 0 65 0 144 4 116 456 144 13
Binary 110111 0 110101 0 1100100 100 1001110 100101110 1100100 1011

Color Harmonies of #370035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370035

Black with #370035

Text Example


Text Example

White with #370035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370035; }

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

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

background-color css

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

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

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

border-color css

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

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

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