Html Css Color HEX #341C31 Mardi Gras

📋 copy color: '#341C31'

red 52 ◦ green 28 ◦ blue 49

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

Shades of Mardi Gras #341C31

Tints of Mardi Gras #341C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.71%

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

R = 40.31%
G = 21.71%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#341C31 (or 0x341C31) is known color: Mardi Gras. HEX triplet: 34, 1C and 31. RGB value is (52,28,49). Sum of RGB (Red+Green+Blue) = 52+28+49=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #341C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C31 is #CBE3CE. Grayscale: #252525. Windows color (decimal): -13362127 or 3218484. OLE color: 3218484.

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

Color convert

RGB 52 28 49 -
CMYK 0 0.46 0.06 0.80
HSL 307.5º 0.3% 0.16% -
HSV(B) 307.5º 0.46% 0.2% -
XYZ 2.39 1.78 3.12 -
YUV 37.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 52 28 49 0 0.46 0.06 0.80 307.5 0.3 0.16
Hex 34 1C 31 0 2E 6 50 134 1E 10
Octal 64 34 61 0 56 6 120 464 36 20
Binary 110100 11100 110001 0 101110 110 1010000 100110100 11110 10000

Color Harmonies of #341C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C31

Black with #341C31

Text Example


Text Example

White with #341C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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