#381939

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

Shades of Mardi Gras #381939

Tints of Mardi Gras #381939

Color information

#381939 (or 0x381939) is unknown color: approx Mardi Gras. HEX triplet: 38, 19 and 39. RGB value is (56,25,57). Sum of RGB (Red+Green+Blue) = 56+25+57=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #381939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381939 is #C7E6C6. Grayscale: #252525. Windows color (decimal): -13100743 or 3742008. OLE color: 3742008.

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

Color convert

RGB562557-
CMYK0.020.5600.78
HSL298.12º39.02%16.08%-
HSV(B)298.12º56.14%22.35%-
XYZ2.721.834.08-
YUV37.92138.77140.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 57 (22.66% from 255) = 41.30%
R=40.58%
G=18.12%
B=41.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5625570.020.5600.78298.1239.0216.08
Hex38193923804E12a2710
Octal70317127001164524720
Binary11100011001111001101110000100111010010101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381939; }

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

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

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

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

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

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

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

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