Html Css Color HEX #341137 Mardi Gras

📋 copy color: '#341137'

red 52 ◦ green 17 ◦ blue 55

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

Shades of Mardi Gras #341137

Tints of Mardi Gras #341137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.71%

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

R = 41.94%
G = 13.71%
B = 44.35%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341137 (or 0x341137) is known color: Mardi Gras. HEX triplet: 34, 11 and 37. RGB value is (52,17,55). Sum of RGB (Red+Green+Blue) = 52+17+55=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 55 - color contains mainly: blue. Hex color #341137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341137 is #CBEEC8. Grayscale: #1F1F1F. Windows color (decimal): -13364937 or 3608884. OLE color: 3608884.

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

Color convert

RGB 52 17 55 -
CMYK 0.05 0.69 0 0.78
HSL 295.26º 0.53% 0.14% -
HSV(B) 295.26º 0.69% 0.22% -
XYZ 2.31 1.41 3.76 -
YUV 31.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 52 17 55 0.05 0.69 0 0.78 295.26 0.53 0.14
Hex 34 11 37 5 45 0 4E 127 35 E
Octal 64 21 67 5 105 0 116 447 65 16
Binary 110100 10001 110111 101 1000101 0 1001110 100100111 110101 1110

Color Harmonies of #341137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341137

Black with #341137

Text Example


Text Example

White with #341137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341137; }

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

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

background-color css

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

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

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

border-color css

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

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

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