Html Css Color HEX #341737 Mardi Gras

📋 copy color: '#341737'

red 52 ◦ green 23 ◦ blue 55

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

Shades of Mardi Gras #341737

Tints of Mardi Gras #341737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.69%

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

R = 40%
G = 17.69%
B = 42.31%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341737 (or 0x341737) is known color: Mardi Gras. HEX triplet: 34, 17 and 37. RGB value is (52,23,55). Sum of RGB (Red+Green+Blue) = 52+23+55=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 55 - color contains mainly: blue. Hex color #341737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341737 is #CBE8C8. Grayscale: #232323. Windows color (decimal): -13363401 or 3610420. OLE color: 3610420.

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

Color convert

RGB 52 23 55 -
CMYK 0.05 0.58 0 0.78
HSL 294.38º 0.41% 0.15% -
HSV(B) 294.38º 0.58% 0.22% -
XYZ 2.41 1.62 3.8 -
YUV 35.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 52 23 55 0.05 0.58 0 0.78 294.38 0.41 0.15
Hex 34 17 37 5 3A 0 4E 126 29 F
Octal 64 27 67 5 72 0 116 446 51 17
Binary 110100 10111 110111 101 111010 0 1001110 100100110 101001 1111

Color Harmonies of #341737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341737

Black with #341737

Text Example


Text Example

White with #341737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341737; }

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

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

background-color css

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

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

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

border-color css

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

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

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