#381437

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

Shades of Mardi Gras #381437

Tints of Mardi Gras #381437

Color information

#381437 (or 0x381437) is unknown color: approx Mardi Gras. HEX triplet: 38, 14 and 37. RGB value is (56,20,55). Sum of RGB (Red+Green+Blue) = 56+20+55=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #381437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381437 is #C7EBC8. Grayscale: #222222. Windows color (decimal): -13102025 or 3609656. OLE color: 3609656.

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

Color convert

RGB562055-
CMYK00.640.020.78
HSL301.67º47.37%14.9%-
HSV(B)301.67º64.29%21.96%-
XYZ2.571.623.79-
YUV34.75139.43143.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 55 (21.88% from 255) = 41.98%
R=42.75%
G=15.27%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56205500.640.020.78301.6747.3714.9
Hex38143704024E12e2ff
Octal702467010021164565717
Binary11100010100110111010000001010011101001011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381437; }

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

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

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

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

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

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

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

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