#381938

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

Shades of Mardi Gras #381938

Tints of Mardi Gras #381938

Color information

#381938 (or 0x381938) is unknown color: approx Mardi Gras. HEX triplet: 38, 19 and 38. RGB value is (56,25,56). Sum of RGB (Red+Green+Blue) = 56+25+56=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #381938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381938 is #C7E6C7. Grayscale: #252525. Windows color (decimal): -13100744 or 3676472. OLE color: 3676472.

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

Color convert

RGB562556-
CMYK00.5500.78
HSL300º38.27%15.88%-
HSV(B)300º55.36%21.96%-
XYZ2.691.823.95-
YUV37.8138.27140.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 25 (10.16% from 255) = 18.25%
BLUE value IS 56 (22.27% from 255) = 40.88%
R=40.88%
G=18.25%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56255600.5500.7830038.2715.88
Hex38193803704E12c2610
Octal70317006701164544620
Binary1110001100111100001101110100111010010110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381938; }

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

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

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

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

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

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

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

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