#371438

Color #371438 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #371438

Tints of Mardi Gras #371438

Color information

#371438 (or 0x371438) is unknown color: approx Mardi Gras. HEX triplet: 37, 14 and 38. RGB value is (55,20,56). Sum of RGB (Red+Green+Blue) = 55+20+56=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: blue. Hex color #371438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371438 is #C8EBC7. Grayscale: #222222. Windows color (decimal): -13167560 or 3675191. OLE color: 3675191.

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

Color convert

RGB552056-
CMYK0.020.6400.78
HSL298.33º47.37%14.9%-
HSV(B)298.33º64.29%21.96%-
XYZ2.541.63.92-
YUV34.57140.1142.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.98%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 56 (22.27% from 255) = 42.75%
R=41.98%
G=15.27%
B=42.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5520560.020.6400.78298.3347.3714.9
Hex37143824004E12a2ff
Octal672470210001164525717
Binary11011110100111000101000000010011101001010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371438; }

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

 H1.HeaderClassName
 {
   color: #371438;
 }
 .AnyTagClassName
 {
   color: #371438;
 }
</style>
background-color css

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

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

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

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

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

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