Html Css Color HEX #370F36 Mardi Gras

📋 copy color: '#370F36'

red 55 ◦ green 15 ◦ blue 54

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

Shades of Mardi Gras #370F36

Tints of Mardi Gras #370F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 43.55%

R = 44.35%
G = 12.1%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#370F36 (or 0x370F36) is known color: Mardi Gras. HEX triplet: 37, 0F and 36. RGB value is (55,15,54). Sum of RGB (Red+Green+Blue) = 55+15+54=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #370F36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F36 is #C8F0C9. Grayscale: #1F1F1F. Windows color (decimal): -13168842 or 3542839. OLE color: 3542839.

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

Color convert

RGB 55 15 54 -
CMYK 0 0.73 0.02 0.78
HSL 301.5º 0.57% 0.14% -
HSV(B) 301.5º 0.73% 0.22% -
XYZ 2.41 1.42 3.64 -
YUV 31.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 55 15 54 0 0.73 0.02 0.78 301.5 0.57 0.14
Hex 37 F 36 0 49 2 4E 12E 39 E
Octal 67 17 66 0 111 2 116 456 71 16
Binary 110111 1111 110110 0 1001001 10 1001110 100101110 111001 1110

Color Harmonies of #370F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F36

Black with #370F36

Text Example


Text Example

White with #370F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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