Html Css Color HEX #341837 Mardi Gras

📋 copy color: '#341837'

red 52 ◦ green 24 ◦ blue 55

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

Shades of Mardi Gras #341837

Tints of Mardi Gras #341837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.32%

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

R = 39.69%
G = 18.32%
B = 41.98%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#341837 (or 0x341837) is known color: Mardi Gras. HEX triplet: 34, 18 and 37. RGB value is (52,24,55). Sum of RGB (Red+Green+Blue) = 52+24+55=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 55 - color contains mainly: blue. Hex color #341837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341837 is #CBE7C8. Grayscale: #232323. Windows color (decimal): -13363145 or 3610676. OLE color: 3610676.

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

Color convert

RGB 52 24 55 -
CMYK 0.05 0.56 0 0.78
HSL 294.19º 0.39% 0.15% -
HSV(B) 294.19º 0.56% 0.22% -
XYZ 2.43 1.66 3.81 -
YUV 35.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 52 24 55 0.05 0.56 0 0.78 294.19 0.39 0.15
Hex 34 18 37 5 38 0 4E 126 27 F
Octal 64 30 67 5 70 0 116 446 47 17
Binary 110100 11000 110111 101 111000 0 1001110 100100110 100111 1111

Color Harmonies of #341837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341837

Black with #341837

Text Example


Text Example

White with #341837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341837; }

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

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

background-color css

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

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

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

border-color css

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

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

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