#381331

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

Shades of Mardi Gras #381331

Tints of Mardi Gras #381331

Color information

#381331 (or 0x381331) is unknown color: approx Mardi Gras. HEX triplet: 38, 13 and 31. RGB value is (56,19,49). Sum of RGB (Red+Green+Blue) = 56+19+49=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #381331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381331 is #C7ECCE. Grayscale: #212121. Windows color (decimal): -13102287 or 3216184. OLE color: 3216184.

HSL color Cylindrical-coordinate representation of color #381331: hue angle of 311.35º 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 #381331 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB561949-
CMYK00.660.120.78
HSL311.35º49.33%14.71%-
HSV(B)311.35º66.07%21.96%-
XYZ2.421.533.07-
YUV33.48136.76144.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 49 (19.53% from 255) = 39.52%
R=45.16%
G=15.32%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56194900.660.120.78311.3549.3314.71
Hex381331042C4E13731f
Octal7023610102141164676117
Binary1110001001111000101000010110010011101001101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381331; }

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

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

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

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

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

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

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

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