#341635

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

Shades of Mardi Gras #341635

Tints of Mardi Gras #341635

Color information

#341635 (or 0x341635) is unknown color: approx Mardi Gras. HEX triplet: 34, 16 and 35. RGB value is (52,22,53). Sum of RGB (Red+Green+Blue) = 52+22+53=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 53 - color contains mainly: blue. Hex color #341635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341635 is #CBE9CA. Grayscale: #222222. Windows color (decimal): -13363659 or 3479092. OLE color: 3479092.

HSL color Cylindrical-coordinate representation of color #341635: hue angle of 298.06º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #341635 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB522253-
CMYK0.020.5800.79
HSL298.06º41.33%14.71%-
HSV(B)298.06º58.49%20.78%-
XYZ2.351.563.55-
YUV34.5138.44140.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=40.94%
G=17.32%
B=41.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5222530.020.5800.79298.0641.3314.71
Hex34163523A04F12a29f
Octal64266527201174525117
Binary1101001011011010110111010010011111001010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341635; }

 p { color: rgb(52,22,53); }

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

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

 a { background-color: rgb(52,22,53); }

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

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

 span { border-color: rgb(52,22,53); }

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