Html Css Color HEX #341739 Mardi Gras

📋 copy color: '#341739'

red 52 ◦ green 23 ◦ blue 57

#341739
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #341739

Tints of Mardi Gras #341739

RGB

 RED value IS 52 (20.7% 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 value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341739 (or 0x341739) is known color: 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.43, 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

RGB 52 23 57 -
CMYK 0.09 0.60 0 0.78
HSL 291.18º 0.43% 0.16% -
HSV(B) 291.18º 0.6% 0.22% -
XYZ 2.46 1.64 4.06 -
YUV 35.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 52 23 57 0.09 0.60 0 0.78 291.18 0.43 0.16
Hex 34 17 39 9 3C 0 4E 123 2A 10
Octal 64 27 71 11 74 0 116 443 52 20
Binary 110100 10111 111001 1001 111100 0 1001110 100100011 101010 10000

Color Harmonies of #341739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341739

Black with #341739

Text Example


Text Example

White with #341739

Text Example


Text Example

HTML Codes & Css Web 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>