Html Css Color HEX #341531 Mardi Gras

📋 copy color: '#341531'

red 52 ◦ green 21 ◦ blue 49

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

Shades of Mardi Gras #341531

Tints of Mardi Gras #341531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.21%

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

R = 42.62%
G = 17.21%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#341531 (or 0x341531) is known color: Mardi Gras. HEX triplet: 34, 15 and 31. RGB value is (52,21,49). Sum of RGB (Red+Green+Blue) = 52+21+49=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #341531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341531 is #CBEACE. Grayscale: #212121. Windows color (decimal): -13363919 or 3216692. OLE color: 3216692.

HSL color Cylindrical-coordinate representation of color #341531: hue angle of 305.81º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #341531 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 21 49 -
CMYK 0 0.60 0.06 0.80
HSL 305.81º 0.42% 0.14% -
HSV(B) 305.81º 0.6% 0.2% -
XYZ 2.24 1.49 3.07 -
YUV 33.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 52 21 49 0 0.60 0.06 0.80 305.81 0.42 0.14
Hex 34 15 31 0 3C 6 50 132 2A E
Octal 64 25 61 0 74 6 120 462 52 16
Binary 110100 10101 110001 0 111100 110 1010000 100110010 101010 1110

Color Harmonies of #341531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341531

Black with #341531

Text Example


Text Example

White with #341531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341531; }

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

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

background-color css

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

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

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

border-color css

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

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

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