#381B3D

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

Shades of Mardi Gras #381B3D

Tints of Mardi Gras #381B3D

Color information

#381B3D (or 0x381B3D) is unknown color: approx Mardi Gras. HEX triplet: 38, 1B and 3D. RGB value is (56,27,61). Sum of RGB (Red+Green+Blue) = 56+27+61=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #381B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B3D is #C7E4C2. Grayscale: #272727. Windows color (decimal): -13100227 or 4004664. OLE color: 4004664.

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

Color convert

RGB562761-
CMYK0.080.5600.76
HSL291.18º38.64%17.25%-
HSV(B)291.18º55.74%23.92%-
XYZ2.871.964.64-
YUV39.55140.11139.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=38.89%
G=18.75%
B=42.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5627610.080.5600.76291.1838.6417.25
Hex381B3D83804C1232711
Octal703375107001144434721
Binary1110001101111110110001110000100110010010001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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