#381133

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

Shades of Mardi Gras #381133

Tints of Mardi Gras #381133

Color information

#381133 (or 0x381133) is unknown color: approx Mardi Gras. HEX triplet: 38, 11 and 33. RGB value is (56,17,51). Sum of RGB (Red+Green+Blue) = 56+17+51=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #381133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381133 is #C7EECC. Grayscale: #202020. Windows color (decimal): -13102797 or 3346744. OLE color: 3346744.

HSL color Cylindrical-coordinate representation of color #381133: hue angle of 307.69º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381133 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB561751-
CMYK00.700.090.78
HSL307.69º53.42%14.31%-
HSV(B)307.69º69.64%21.96%-
XYZ2.431.483.29-
YUV32.54138.42144.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 51 (20.31% from 255) = 41.13%
R=45.16%
G=13.71%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56175100.700.090.78307.6953.4214.31
Hex38113304694E13435e
Octal7021630106111164646516
Binary1110001000111001101000110100110011101001101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381133; }

 p { color: rgb(56,17,51); }

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

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

 a { background-color: rgb(56,17,51); }

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

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

 span { border-color: rgb(56,17,51); }

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