#381636

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

Shades of Mardi Gras #381636

Tints of Mardi Gras #381636

Color information

#381636 (or 0x381636) is unknown color: approx Mardi Gras. HEX triplet: 38, 16 and 36. RGB value is (56,22,54). Sum of RGB (Red+Green+Blue) = 56+22+54=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #381636 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381636 is #C7E9C9. Grayscale: #232323. Windows color (decimal): -13101514 or 3544632. OLE color: 3544632.

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

Color convert

RGB562254-
CMYK00.610.040.78
HSL303.53º43.59%15.29%-
HSV(B)303.53º60.71%21.96%-
XYZ2.581.683.68-
YUV35.81138.26142.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 54 (21.48% from 255) = 40.91%
R=42.42%
G=16.67%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56225400.610.040.78303.5343.5915.29
Hex38163603D44E1302cf
Octal70266607541164605417
Binary11100010110110110011110110010011101001100001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381636; }

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

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

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

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

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

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

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

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