#341938

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

Shades of Mardi Gras #341938

Tints of Mardi Gras #341938

Color information

#341938 (or 0x341938) is unknown color: approx Mardi Gras. HEX triplet: 34, 19 and 38. RGB value is (52,25,56). Sum of RGB (Red+Green+Blue) = 52+25+56=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #341938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341938 is #CBE6C7. Grayscale: #242424. Windows color (decimal): -13362888 or 3676468. OLE color: 3676468.

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

Color convert

RGB522556-
CMYK0.070.5500.78
HSL292.26º38.27%15.88%-
HSV(B)292.26º55.36%21.96%-
XYZ2.481.713.94-
YUV36.61138.95138.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 56 (22.27% from 255) = 42.11%
R=39.10%
G=18.80%
B=42.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5225560.070.5500.78292.2638.2715.88
Hex34193873704E1242610
Octal64317076701164444620
Binary110100110011110001111101110100111010010010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341938; }

 p { color: rgb(52,25,56); }

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

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

 a { background-color: rgb(52,25,56); }

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

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

 span { border-color: rgb(52,25,56); }

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