Html Css Color HEX #341B31 Mardi Gras

📋 copy color: '#341B31'

red 52 ◦ green 27 ◦ blue 49

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

Shades of Mardi Gras #341B31

Tints of Mardi Gras #341B31

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.09%

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

R = 40.63%
G = 21.09%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#341B31 (or 0x341B31) is known color: Mardi Gras. HEX triplet: 34, 1B and 31. RGB value is (52,27,49). Sum of RGB (Red+Green+Blue) = 52+27+49=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #341B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B31 is #CBE4CE. Grayscale: #242424. Windows color (decimal): -13362383 or 3218228. OLE color: 3218228.

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

Color convert

RGB 52 27 49 -
CMYK 0 0.48 0.06 0.80
HSL 307.2º 0.32% 0.15% -
HSV(B) 307.2º 0.48% 0.2% -
XYZ 2.36 1.74 3.12 -
YUV 36.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 52 27 49 0 0.48 0.06 0.80 307.2 0.32 0.15
Hex 34 1B 31 0 30 6 50 133 20 F
Octal 64 33 61 0 60 6 120 463 40 17
Binary 110100 11011 110001 0 110000 110 1010000 100110011 100000 1111

Color Harmonies of #341B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B31

Black with #341B31

Text Example


Text Example

White with #341B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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