Html Css Color HEX #370D36 Mardi Gras

📋 copy color: '#370D36'

red 55 ◦ green 13 ◦ blue 54

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

Shades of Mardi Gras #370D36

Tints of Mardi Gras #370D36

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.66%

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

R = 45.08%
G = 10.66%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#370D36 (or 0x370D36) is known color: Mardi Gras. HEX triplet: 37, 0D and 36. RGB value is (55,13,54). Sum of RGB (Red+Green+Blue) = 55+13+54=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #370D36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D36 is #C8F2C9. Grayscale: #1E1E1E. Windows color (decimal): -13169354 or 3542327. OLE color: 3542327.

HSL color Cylindrical-coordinate representation of color #370D36: hue angle of 301.43º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #370D36 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 13 54 -
CMYK 0 0.76 0.02 0.78
HSL 301.43º 0.62% 0.13% -
HSV(B) 301.43º 0.76% 0.22% -
XYZ 2.39 1.37 3.63 -
YUV 30.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 55 13 54 0 0.76 0.02 0.78 301.43 0.62 0.13
Hex 37 D 36 0 4C 2 4E 12D 3E D
Octal 67 15 66 0 114 2 116 455 76 15
Binary 110111 1101 110110 0 1001100 10 1001110 100101101 111110 1101

Color Harmonies of #370D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D36

Black with #370D36

Text Example


Text Example

White with #370D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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