Html Css Color HEX #341539 Mardi Gras

📋 copy color: '#341539'

red 52 ◦ green 21 ◦ blue 57

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

Shades of Mardi Gras #341539

Tints of Mardi Gras #341539

RGB

 RED value IS 52 (20.7% from 255) = 40%

 GREEN value IS 21 (8.59% from 255) = 16.15%

 BLUE value IS 57 (22.66% from 255) = 43.85%

R = 40%
G = 16.15%
B = 43.85%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341539 (or 0x341539) is known color: Mardi Gras. HEX triplet: 34, 15 and 39. RGB value is (52,21,57). Sum of RGB (Red+Green+Blue) = 52+21+57=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #341539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341539 is #CBEAC6. Grayscale: #222222. Windows color (decimal): -13363911 or 3740980. OLE color: 3740980.

HSL color Cylindrical-coordinate representation of color #341539: hue angle of 291.67º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341539 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 21 57 -
CMYK 0.09 0.63 0 0.78
HSL 291.67º 0.46% 0.15% -
HSV(B) 291.67º 0.63% 0.22% -
XYZ 2.42 1.56 4.04 -
YUV 34.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 52 21 57 0.09 0.63 0 0.78 291.67 0.46 0.15
Hex 34 15 39 9 3F 0 4E 124 2E F
Octal 64 25 71 11 77 0 116 444 56 17
Binary 110100 10101 111001 1001 111111 0 1001110 100100100 101110 1111

Color Harmonies of #341539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341539

Black with #341539

Text Example


Text Example

White with #341539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341539; }

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

 H1.HeaderClassName
 {
   color: #341539;
 }
 .AnyTagClassName
 {
   color: #341539;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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