#381132

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

Shades of Mardi Gras #381132

Tints of Mardi Gras #381132

Color information

#381132 (or 0x381132) is unknown color: approx Mardi Gras. HEX triplet: 38, 11 and 32. RGB value is (56,17,50). Sum of RGB (Red+Green+Blue) = 56+17+50=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #381132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381132 is #C7EECD. Grayscale: #202020. Windows color (decimal): -13102798 or 3281208. OLE color: 3281208.

HSL color Cylindrical-coordinate representation of color #381132: hue angle of 309.23º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381132 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB561750-
CMYK00.700.110.78
HSL309.23º53.42%14.31%-
HSV(B)309.23º69.64%21.96%-
XYZ2.411.473.17-
YUV32.42137.92144.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 50 (19.92% from 255) = 40.65%
R=45.53%
G=13.82%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56175000.700.110.78309.2353.4214.31
Hex381132046B4E13535e
Octal7021620106131164656516
Binary1110001000111001001000110101110011101001101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381132; }

 p { color: rgb(56,17,50); }

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

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

 a { background-color: rgb(56,17,50); }

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

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

 span { border-color: rgb(56,17,50); }

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