#381B37

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

Shades of Mardi Gras #381B37

Tints of Mardi Gras #381B37

Color information

#381B37 (or 0x381B37) is unknown color: approx Mardi Gras. HEX triplet: 38, 1B and 37. RGB value is (56,27,55). Sum of RGB (Red+Green+Blue) = 56+27+55=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #381B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B37 is #C7E4C8. Grayscale: #262626. Windows color (decimal): -13100233 or 3611448. OLE color: 3611448.

HSL color Cylindrical-coordinate representation of color #381B37: hue angle of 302.07º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B37 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB562755-
CMYK00.520.020.78
HSL302.07º34.94%16.27%-
HSV(B)302.07º51.79%21.96%-
XYZ2.711.93.84-
YUV38.86137.11140.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 55 (21.88% from 255) = 39.86%
R=40.58%
G=19.57%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56275500.520.020.78302.0734.9416.27
Hex381B3703424E12e2310
Octal70336706421164564320
Binary11100011011110111011010010100111010010111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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