Html Css Color HEX #321F34 Mardi Gras

📋 copy color: '#321F34'

red 50 ◦ green 31 ◦ blue 52

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

Shades of Mardi Gras #321F34

Tints of Mardi Gras #321F34

RGB

 RED value IS 50 (19.92% from 255) = 37.59%

 GREEN value IS 31 (12.5% from 255) = 23.31%

 BLUE value IS 52 (20.7% from 255) = 39.1%

R = 37.59%
G = 23.31%
B = 39.1%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#321F34 (or 0x321F34) is known color: Mardi Gras. HEX triplet: 32, 1F and 34. RGB value is (50,31,52). Sum of RGB (Red+Green+Blue) = 50+31+52=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 52 - color contains mainly: blue. Hex color #321F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F34 is #CDE0CB. Grayscale: #272727. Windows color (decimal): -13492428 or 3415858. OLE color: 3415858.

HSL color Cylindrical-coordinate representation of color #321F34: hue angle of 294.29º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #321F34 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 31 52 -
CMYK 0.04 0.40 0 0.80
HSL 294.29º 0.25% 0.16% -
HSV(B) 294.29º 0.4% 0.2% -
XYZ 2.43 1.91 3.49 -
YUV 39.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 50 31 52 0.04 0.40 0 0.80 294.29 0.25 0.16
Hex 32 1F 34 4 28 0 50 126 19 10
Octal 62 37 64 4 50 0 120 446 31 20
Binary 110010 11111 110100 100 101000 0 1010000 100100110 11001 10000

Color Harmonies of #321F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F34

Black with #321F34

Text Example


Text Example

White with #321F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321F34; }

 p { color: rgb(50,31,52); }

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

background-color css

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

 a { background-color: rgb(50,31,52); }

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

border-color css

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

 span { border-color: rgb(50,31,52); }

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