#381F3B

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

Shades of Mardi Gras #381F3B

Tints of Mardi Gras #381F3B

Color information

#381F3B (or 0x381F3B) is unknown color: approx Mardi Gras. HEX triplet: 38, 1F and 3B. RGB value is (56,31,59). Sum of RGB (Red+Green+Blue) = 56+31+59=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 59 - color contains mainly: blue. Hex color #381F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F3B is #C7E0C4. Grayscale: #292929. Windows color (decimal): -13099205 or 3874616. OLE color: 3874616.

HSL color Cylindrical-coordinate representation of color #381F3B: hue angle of 293.57º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #381F3B is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB563159-
CMYK0.050.4700.77
HSL293.57º31.11%17.65%-
HSV(B)293.57º47.46%23.14%-
XYZ2.912.144.4-
YUV41.67137.78138.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 59 (23.44% from 255) = 40.41%
R=38.36%
G=21.23%
B=40.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5631590.050.4700.77293.5731.1117.65
Hex381F3B52F04D1261f12
Octal70377355701154463722
Binary11100011111111011101101111010011011001001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,31,59); }

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

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

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

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

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

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

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