#341333

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

Shades of Mardi Gras #341333

Tints of Mardi Gras #341333

Color information

#341333 (or 0x341333) is unknown color: approx Mardi Gras. HEX triplet: 34, 13 and 33. RGB value is (52,19,51). Sum of RGB (Red+Green+Blue) = 52+19+51=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #341333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341333 is #CBECCC. Grayscale: #202020. Windows color (decimal): -13364429 or 3347252. OLE color: 3347252.

HSL color Cylindrical-coordinate representation of color #341333: hue angle of 301.82º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341333 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB521951-
CMYK00.630.020.80
HSL301.82º46.48%13.92%-
HSV(B)301.82º63.46%20.39%-
XYZ2.251.433.29-
YUV32.52138.43141.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.62%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 51 (20.31% from 255) = 41.80%
R=42.62%
G=15.57%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52195100.630.020.80301.8246.4813.92
Hex34133303F25012e2ee
Octal64236307721204565616
Binary1101001001111001101111111010100001001011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341333; }

 p { color: rgb(52,19,51); }

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

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

 a { background-color: rgb(52,19,51); }

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

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

 span { border-color: rgb(52,19,51); }

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