Html Css Color HEX #341537 Mardi Gras

📋 copy color: '#341537'

red 52 ◦ green 21 ◦ blue 55

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

Shades of Mardi Gras #341537

Tints of Mardi Gras #341537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 42.97%

R = 40.63%
G = 16.41%
B = 42.97%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341537 (or 0x341537) is known color: Mardi Gras. HEX triplet: 34, 15 and 37. RGB value is (52,21,55). Sum of RGB (Red+Green+Blue) = 52+21+55=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 55 - color contains mainly: blue. Hex color #341537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341537 is #CBEAC8. Grayscale: #222222. Windows color (decimal): -13363913 or 3609908. OLE color: 3609908.

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

Color convert

RGB 52 21 55 -
CMYK 0.05 0.62 0 0.78
HSL 294.71º 0.45% 0.15% -
HSV(B) 294.71º 0.62% 0.22% -
XYZ 2.37 1.54 3.79 -
YUV 34.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 52 21 55 0.05 0.62 0 0.78 294.71 0.45 0.15
Hex 34 15 37 5 3E 0 4E 127 2D F
Octal 64 25 67 5 76 0 116 447 55 17
Binary 110100 10101 110111 101 111110 0 1001110 100100111 101101 1111

Color Harmonies of #341537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341537

Black with #341537

Text Example


Text Example

White with #341537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341537; }

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

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

background-color css

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

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

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

border-color css

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

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

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