#391335

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

Shades of Mardi Gras #391335

Tints of Mardi Gras #391335

Color information

#391335 (or 0x391335) is unknown color: approx Mardi Gras. HEX triplet: 39, 13 and 35. RGB value is (57,19,53). Sum of RGB (Red+Green+Blue) = 57+19+53=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 57 - color contains mainly: red. Hex color #391335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391335 is #C6ECCA. Grayscale: #222222. Windows color (decimal): -13036747 or 3478329. OLE color: 3478329.

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

Color convert

RGB571953-
CMYK00.670.070.78
HSL306.32º50%14.9%-
HSV(B)306.32º66.67%22.35%-
XYZ2.561.593.54-
YUV34.24138.59144.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.19%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 53 (21.09% from 255) = 41.09%
R=44.19%
G=14.73%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57195300.670.070.78306.325014.9
Hex39133504374E13232f
Octal712365010371164626217
Binary111001100111101010100001111110011101001100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391335; }

 p { color: rgb(57,19,53); }

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

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

 a { background-color: rgb(57,19,53); }

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

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

 span { border-color: rgb(57,19,53); }

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