#341238

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

Shades of Mardi Gras #341238

Tints of Mardi Gras #341238

Color information

#341238 (or 0x341238) is unknown color: approx Mardi Gras. HEX triplet: 34, 12 and 38. RGB value is (52,18,56). Sum of RGB (Red+Green+Blue) = 52+18+56=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #341238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341238 is #CBEDC7. Grayscale: #202020. Windows color (decimal): -13364680 or 3674676. OLE color: 3674676.

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

Color convert

RGB521856-
CMYK0.070.6800.78
HSL293.68º51.35%14.51%-
HSV(B)293.68º67.86%21.96%-
XYZ2.351.453.9-
YUV32.5141.26141.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 18 (7.42% from 255) = 14.29%
BLUE value IS 56 (22.27% from 255) = 44.44%
R=41.27%
G=14.29%
B=44.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5218560.070.6800.78293.6851.3514.51
Hex34123874404E12633f
Octal642270710401164466317
Binary110100100101110001111000100010011101001001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341238; }

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

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

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

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

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

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

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

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