#341237

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

Shades of Mardi Gras #341237

Tints of Mardi Gras #341237

Color information

#341237 (or 0x341237) is unknown color: approx Mardi Gras. HEX triplet: 34, 12 and 37. RGB value is (52,18,55). Sum of RGB (Red+Green+Blue) = 52+18+55=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #341237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341237 is #CBEDC8. Grayscale: #202020. Windows color (decimal): -13364681 or 3609140. OLE color: 3609140.

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

Color convert

RGB521855-
CMYK0.050.6700.78
HSL295.14º50.68%14.31%-
HSV(B)295.14º67.27%21.57%-
XYZ2.321.443.77-
YUV32.38140.76141.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 55 (21.88% from 255) = 44%
R=41.6%
G=14.4%
B=44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5218550.050.6700.78295.1450.6814.31
Hex34123754304E12733e
Octal642267510301164476316
Binary110100100101101111011000011010011101001001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341237; }

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

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

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

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

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

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

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

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