#381332

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

Shades of Mardi Gras #381332

Tints of Mardi Gras #381332

Color information

#381332 (or 0x381332) is unknown color: approx Mardi Gras. HEX triplet: 38, 13 and 32. RGB value is (56,19,50). Sum of RGB (Red+Green+Blue) = 56+19+50=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #381332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381332 is #C7ECCD. Grayscale: #212121. Windows color (decimal): -13102286 or 3281720. OLE color: 3281720.

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

Color convert

RGB561950-
CMYK00.660.110.78
HSL309.73º49.33%14.71%-
HSV(B)309.73º66.07%21.96%-
XYZ2.441.543.19-
YUV33.6137.26143.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 50 (19.92% from 255) = 40%
R=44.8%
G=15.2%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56195000.660.110.78309.7349.3314.71
Hex381332042B4E13631f
Octal7023620102131164666117
Binary1110001001111001001000010101110011101001101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381332; }

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

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

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

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

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

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

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

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