#381B3B

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

Shades of Mardi Gras #381B3B

Tints of Mardi Gras #381B3B

Color information

#381B3B (or 0x381B3B) is unknown color: approx Mardi Gras. HEX triplet: 38, 1B and 3B. RGB value is (56,27,59). Sum of RGB (Red+Green+Blue) = 56+27+59=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 59 - color contains mainly: blue. Hex color #381B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B3B is #C7E4C4. Grayscale: #272727. Windows color (decimal): -13100229 or 3873592. OLE color: 3873592.

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

Color convert

RGB562759-
CMYK0.050.5400.77
HSL294.38º37.21%16.86%-
HSV(B)294.38º54.24%23.14%-
XYZ2.811.944.36-
YUV39.32139.11139.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 27 (10.94% from 255) = 19.01%
BLUE value IS 59 (23.44% from 255) = 41.55%
R=39.44%
G=19.01%
B=41.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5627590.050.5400.77294.3837.2116.86
Hex381B3B53604D1262511
Octal70337356601154464521
Binary111000110111110111011101100100110110010011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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