Html Css Color HEX #371238 Mardi Gras

📋 copy color: '#371238'

red 55 ◦ green 18 ◦ blue 56

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

Shades of Mardi Gras #371238

Tints of Mardi Gras #371238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.95%

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

R = 42.64%
G = 13.95%
B = 43.41%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#371238 (or 0x371238) is known color: Mardi Gras. HEX triplet: 37, 12 and 38. RGB value is (55,18,56). Sum of RGB (Red+Green+Blue) = 55+18+56=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #371238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371238 is #C8EDC7. Grayscale: #212121. Windows color (decimal): -13168072 or 3674679. OLE color: 3674679.

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

Color convert

RGB 55 18 56 -
CMYK 0.02 0.68 0 0.78
HSL 298.42º 0.51% 0.15% -
HSV(B) 298.42º 0.68% 0.22% -
XYZ 2.51 1.53 3.9 -
YUV 33.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 55 18 56 0.02 0.68 0 0.78 298.42 0.51 0.15
Hex 37 12 38 2 44 0 4E 12A 33 F
Octal 67 22 70 2 104 0 116 452 63 17
Binary 110111 10010 111000 10 1000100 0 1001110 100101010 110011 1111

Color Harmonies of #371238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371238

Black with #371238

Text Example


Text Example

White with #371238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371238; }

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

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

background-color css

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

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

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

border-color css

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

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

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