Html Css Color HEX #370F35 Mardi Gras

📋 copy color: '#370F35'

red 55 ◦ green 15 ◦ blue 53

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

Shades of Mardi Gras #370F35

Tints of Mardi Gras #370F35

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

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

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

Color convert

RGB 55 15 53 -
CMYK 0 0.73 0.04 0.78
HSL 303º 0.57% 0.14% -
HSV(B) 303º 0.73% 0.22% -
XYZ 2.39 1.41 3.51 -
YUV 31.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 55 15 53 0 0.73 0.04 0.78 303 0.57 0.14
Hex 37 F 35 0 49 4 4E 12F 39 E
Octal 67 17 65 0 111 4 116 457 71 16
Binary 110111 1111 110101 0 1001001 100 1001110 100101111 111001 1110

Color Harmonies of #370F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F35

Black with #370F35

Text Example


Text Example

White with #370F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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