#381237

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

Shades of Mardi Gras #381237

Tints of Mardi Gras #381237

Color information

#381237 (or 0x381237) is unknown color: approx Mardi Gras. HEX triplet: 38, 12 and 37. RGB value is (56,18,55). Sum of RGB (Red+Green+Blue) = 56+18+55=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #381237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381237 is #C7EDC8. Grayscale: #212121. Windows color (decimal): -13102537 or 3609144. OLE color: 3609144.

HSL color Cylindrical-coordinate representation of color #381237: hue angle of 301.58º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381237 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB561855-
CMYK00.680.020.78
HSL301.58º51.35%14.51%-
HSV(B)301.58º67.86%21.96%-
XYZ2.541.553.78-
YUV33.58140.09143.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 55 (21.88% from 255) = 42.64%
R=43.41%
G=13.95%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56185500.680.020.78301.5851.3514.51
Hex38123704424E12e33f
Octal702267010421164566317
Binary11100010010110111010001001010011101001011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381237; }

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

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

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

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

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

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

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

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