Html Css Color HEX #321833 Mardi Gras

📋 copy color: '#321833'

red 50 ◦ green 24 ◦ blue 51

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

Shades of Mardi Gras #321833

Tints of Mardi Gras #321833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.2%

 BLUE value IS 51 (20.31% from 255) = 40.8%

R = 40%
G = 19.2%
B = 40.8%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#321833 (or 0x321833) is known color: Mardi Gras. HEX triplet: 32, 18 and 33. RGB value is (50,24,51). Sum of RGB (Red+Green+Blue) = 50+24+51=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 51 - color contains mainly: blue. Hex color #321833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321833 is #CDE7CC. Grayscale: #222222. Windows color (decimal): -13494221 or 3348530. OLE color: 3348530.

HSL color Cylindrical-coordinate representation of color #321833: hue angle of 297.78º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #321833 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 50 24 51 -
CMYK 0.02 0.53 0 0.8
HSL 297.78º 0.36% 0.15% -
HSV(B) 297.78º 0.53% 0.2% -
XYZ 2.24 1.57 3.32 -
YUV 34.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 50 24 51 0.02 0.53 0 0.8 297.78 0.36 0.15
Hex 32 18 33 2 35 0 50 12A 24 F
Octal 62 30 63 2 65 0 120 452 44 17
Binary 110010 11000 110011 10 110101 0 1010000 100101010 100100 1111

Color Harmonies of #321833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321833

Black with #321833

Text Example


Text Example

White with #321833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321833; }

 p { color: rgb(50,24,51); }

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

background-color css

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

 a { background-color: rgb(50,24,51); }

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

border-color css

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

 span { border-color: rgb(50,24,51); }

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