Html Css Color HEX #341631 Mardi Gras

📋 copy color: '#341631'

red 52 ◦ green 22 ◦ blue 49

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

Shades of Mardi Gras #341631

Tints of Mardi Gras #341631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.89%

 BLUE value IS 49 (19.53% from 255) = 39.84%

R = 42.28%
G = 17.89%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#341631 (or 0x341631) is known color: Mardi Gras. HEX triplet: 34, 16 and 31. RGB value is (52,22,49). Sum of RGB (Red+Green+Blue) = 52+22+49=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #341631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341631 is #CBE9CE. Grayscale: #212121. Windows color (decimal): -13363663 or 3216948. OLE color: 3216948.

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

Color convert

RGB 52 22 49 -
CMYK 0 0.58 0.06 0.80
HSL 306º 0.41% 0.15% -
HSV(B) 306º 0.58% 0.2% -
XYZ 2.26 1.53 3.08 -
YUV 34.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 52 22 49 0 0.58 0.06 0.80 306 0.41 0.15
Hex 34 16 31 0 3A 6 50 132 29 F
Octal 64 26 61 0 72 6 120 462 51 17
Binary 110100 10110 110001 0 111010 110 1010000 100110010 101001 1111

Color Harmonies of #341631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341631

Black with #341631

Text Example


Text Example

White with #341631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341631; }

 p { color: rgb(52,22,49); }

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

background-color css

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

 a { background-color: rgb(52,22,49); }

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

border-color css

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

 span { border-color: rgb(52,22,49); }

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