#381236

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

Shades of Mardi Gras #381236

Tints of Mardi Gras #381236

Color information

#381236 (or 0x381236) is unknown color: approx Mardi Gras. HEX triplet: 38, 12 and 36. RGB value is (56,18,54). Sum of RGB (Red+Green+Blue) = 56+18+54=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #381236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381236 is #C7EDC9. Grayscale: #212121. Windows color (decimal): -13102538 or 3543608. OLE color: 3543608.

HSL color Cylindrical-coordinate representation of color #381236: hue angle of 303.16º 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 #381236 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB561854-
CMYK00.680.040.78
HSL303.16º51.35%14.51%-
HSV(B)303.16º67.86%21.96%-
XYZ2.511.543.65-
YUV33.47139.59144.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=43.75%
G=14.06%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56185400.680.040.78303.1651.3514.51
Hex38123604444E12f33f
Octal702266010441164576317
Binary111000100101101100100010010010011101001011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381236; }

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

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

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

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

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

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

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

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