Html Css Color HEX #371538 Mardi Gras

📋 copy color: '#371538'

red 55 ◦ green 21 ◦ blue 56

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

Shades of Mardi Gras #371538

Tints of Mardi Gras #371538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.91%

 BLUE value IS 56 (22.27% from 255) = 42.42%

R = 41.67%
G = 15.91%
B = 42.42%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#371538 (or 0x371538) is known color: Mardi Gras. HEX triplet: 37, 15 and 38. RGB value is (55,21,56). Sum of RGB (Red+Green+Blue) = 55+21+56=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #371538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371538 is #C8EAC7. Grayscale: #232323. Windows color (decimal): -13167304 or 3675447. OLE color: 3675447.

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

Color convert

RGB 55 21 56 -
CMYK 0.02 0.63 0 0.78
HSL 298.29º 0.45% 0.15% -
HSV(B) 298.29º 0.63% 0.22% -
XYZ 2.56 1.63 3.92 -
YUV 35.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 55 21 56 0.02 0.63 0 0.78 298.29 0.45 0.15
Hex 37 15 38 2 3F 0 4E 12A 2D F
Octal 67 25 70 2 77 0 116 452 55 17
Binary 110111 10101 111000 10 111111 0 1001110 100101010 101101 1111

Color Harmonies of #371538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371538

Black with #371538

Text Example


Text Example

White with #371538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371538; }

 p { color: rgb(55,21,56); }

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

background-color css

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

 a { background-color: rgb(55,21,56); }

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

border-color css

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

 span { border-color: rgb(55,21,56); }

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