#341739

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

Shades of Mardi Gras #341739

Tints of Mardi Gras #341739

Color information

#341739 (or 0x341739) is unknown color: approx Mardi Gras. HEX triplet: 34, 17 and 39. RGB value is (52,23,57). Sum of RGB (Red+Green+Blue) = 52+23+57=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: blue. Hex color #341739 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341739 is #CBE8C6. Grayscale: #232323. Windows color (decimal): -13363399 or 3741492. OLE color: 3741492.

HSL color Cylindrical-coordinate representation of color #341739: hue angle of 291.18º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #341739 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB522357-
CMYK0.090.6000.78
HSL291.18º42.5%15.69%-
HSV(B)291.18º59.65%22.35%-
XYZ2.461.644.06-
YUV35.55140.11139.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=39.39%
G=17.42%
B=43.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5223570.090.6000.78291.1842.515.69
Hex34173993C04E1232a10
Octal642771117401164435220
Binary1101001011111100110011111000100111010010001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341739; }

 p { color: rgb(52,23,57); }

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

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

 a { background-color: rgb(52,23,57); }

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

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

 span { border-color: rgb(52,23,57); }

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