#381E38

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

Shades of Mardi Gras #381E38

Tints of Mardi Gras #381E38

Color information

#381E38 (or 0x381E38) is unknown color: approx Mardi Gras. HEX triplet: 38, 1E and 38. RGB value is (56,30,56). Sum of RGB (Red+Green+Blue) = 56+30+56=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #381E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E38 is #C7E1C7. Grayscale: #282828. Windows color (decimal): -13099464 or 3677752. OLE color: 3677752.

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

Color convert

RGB563056-
CMYK00.4600.78
HSL300º30.23%16.86%-
HSV(B)300º46.43%21.96%-
XYZ2.812.053.99-
YUV40.74136.61138.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=39.44%
G=21.13%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56305600.4600.7830030.2316.86
Hex381E3802E04E12c1e11
Octal70367005601164543621
Binary111000111101110000101110010011101001011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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