Html Css Color HEX #321334 Mardi Gras

📋 copy color: '#321334'

red 50 ◦ green 19 ◦ blue 52

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

Shades of Mardi Gras #321334

Tints of Mardi Gras #321334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

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

R = 41.32%
G = 15.7%
B = 42.98%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#321334 (or 0x321334) is known color: Mardi Gras. HEX triplet: 32, 13 and 34. RGB value is (50,19,52). Sum of RGB (Red+Green+Blue) = 50+19+52=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #321334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321334 is #CDECCB. Grayscale: #1F1F1F. Windows color (decimal): -13495500 or 3412786. OLE color: 3412786.

HSL color Cylindrical-coordinate representation of color #321334: hue angle of 296.36º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #321334 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 19 52 -
CMYK 0.04 0.63 0 0.80
HSL 296.36º 0.46% 0.14% -
HSV(B) 296.36º 0.63% 0.2% -
XYZ 2.17 1.39 3.4 -
YUV 32.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 50 19 52 0.04 0.63 0 0.80 296.36 0.46 0.14
Hex 32 13 34 4 3F 0 50 128 2E E
Octal 62 23 64 4 77 0 120 450 56 16
Binary 110010 10011 110100 100 111111 0 1010000 100101000 101110 1110

Color Harmonies of #321334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321334

Black with #321334

Text Example


Text Example

White with #321334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321334; }

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

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

background-color css

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

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

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

border-color css

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

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

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