#381F39

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

Shades of Mardi Gras #381F39

Tints of Mardi Gras #381F39

Color information

#381F39 (or 0x381F39) is unknown color: approx Mardi Gras. HEX triplet: 38, 1F and 39. RGB value is (56,31,57). Sum of RGB (Red+Green+Blue) = 56+31+57=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #381F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F39 is #C7E0C6. Grayscale: #292929. Windows color (decimal): -13099207 or 3743544. OLE color: 3743544.

HSL color Cylindrical-coordinate representation of color #381F39: hue angle of 297.69º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #381F39 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB563157-
CMYK0.020.4600.78
HSL297.69º29.55%17.25%-
HSV(B)297.69º45.61%22.35%-
XYZ2.862.124.13-
YUV41.44136.78138.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 31 (12.5% from 255) = 21.53%
BLUE value IS 57 (22.66% from 255) = 39.58%
R=38.89%
G=21.53%
B=39.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5631570.020.4600.78297.6929.5517.25
Hex381F3922E04E12a1e11
Octal70377125601164523621
Binary1110001111111100110101110010011101001010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381F39; }

 p { color: rgb(56,31,57); }

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

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

 a { background-color: rgb(56,31,57); }

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

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

 span { border-color: rgb(56,31,57); }

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