#381A3D

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

Shades of Mardi Gras #381A3D

Tints of Mardi Gras #381A3D

Color information

#381A3D (or 0x381A3D) is unknown color: approx Mardi Gras. HEX triplet: 38, 1A and 3D. RGB value is (56,26,61). Sum of RGB (Red+Green+Blue) = 56+26+61=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #381A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A3D is #C7E5C2. Grayscale: #262626. Windows color (decimal): -13100483 or 4004408. OLE color: 4004408.

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

Color convert

RGB562661-
CMYK0.080.5700.76
HSL291.43º40.23%17.06%-
HSV(B)291.43º57.38%23.92%-
XYZ2.841.924.63-
YUV38.96140.44140.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 26 (10.55% from 255) = 18.18%
BLUE value IS 61 (24.22% from 255) = 42.66%
R=39.16%
G=18.18%
B=42.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5626610.080.5700.76291.4340.2317.06
Hex381A3D83904C1232811
Octal703275107101144435021
Binary1110001101011110110001110010100110010010001110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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