#381D3D

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

Shades of Mardi Gras #381D3D

Tints of Mardi Gras #381D3D

Color information

#381D3D (or 0x381D3D) is unknown color: approx Mardi Gras. HEX triplet: 38, 1D and 3D. RGB value is (56,29,61). Sum of RGB (Red+Green+Blue) = 56+29+61=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #381D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D3D is #C7E2C2. Grayscale: #282828. Windows color (decimal): -13099715 or 4005176. OLE color: 4005176.

HSL color Cylindrical-coordinate representation of color #381D3D: hue angle of 290.62º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381D3D is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB562961-
CMYK0.080.5200.76
HSL290.62º35.56%17.65%-
HSV(B)290.62º52.46%23.92%-
XYZ2.912.064.66-
YUV40.72139.45138.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 61 (24.22% from 255) = 41.78%
R=38.36%
G=19.86%
B=41.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5629610.080.5200.76290.6235.5617.65
Hex381D3D83404C1232412
Octal703575106401144434422
Binary1110001110111110110001101000100110010010001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,29,61); }

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

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

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

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

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

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

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