#381D3A

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

Shades of Mardi Gras #381D3A

Tints of Mardi Gras #381D3A

Color information

#381D3A (or 0x381D3A) is unknown color: approx Mardi Gras. HEX triplet: 38, 1D and 3A. RGB value is (56,29,58). Sum of RGB (Red+Green+Blue) = 56+29+58=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 58 - color contains mainly: blue. Hex color #381D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D3A is #C7E2C5. Grayscale: #282828. Windows color (decimal): -13099718 or 3808568. OLE color: 3808568.

HSL color Cylindrical-coordinate representation of color #381D3A: hue angle of 295.86º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381D3A is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB562958-
CMYK0.030.500.77
HSL295.86º33.33%17.06%-
HSV(B)295.86º50%22.75%-
XYZ2.832.024.24-
YUV40.38137.95139.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 58 (23.05% from 255) = 40.56%
R=39.16%
G=20.28%
B=40.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5629580.030.500.77295.8633.3317.06
Hex381D3A33204D1282111
Octal70357236201154504121
Binary11100011101111010111100100100110110010100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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