#381336

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

Shades of Mardi Gras #381336

Tints of Mardi Gras #381336

Color information

#381336 (or 0x381336) is unknown color: approx Mardi Gras. HEX triplet: 38, 13 and 36. RGB value is (56,19,54). Sum of RGB (Red+Green+Blue) = 56+19+54=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #381336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381336 is #C7ECC9. Grayscale: #212121. Windows color (decimal): -13102282 or 3543864. OLE color: 3543864.

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

Color convert

RGB561954-
CMYK00.660.040.78
HSL303.24º49.33%14.71%-
HSV(B)303.24º66.07%21.96%-
XYZ2.531.573.66-
YUV34.05139.26143.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 54 (21.48% from 255) = 41.86%
R=43.41%
G=14.73%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56195400.660.040.78303.2449.3314.71
Hex38133604244E12f31f
Octal702366010241164576117
Binary111000100111101100100001010010011101001011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381336; }

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

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

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

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

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

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

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

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