Html Css Color HEX #321F30 Mardi Gras

📋 copy color: '#321F30'

red 50 ◦ green 31 ◦ blue 48

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

Shades of Mardi Gras #321F30

Tints of Mardi Gras #321F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 37.21%

R = 38.76%
G = 24.03%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#321F30 (or 0x321F30) is known color: Mardi Gras. HEX triplet: 32, 1F and 30. RGB value is (50,31,48). Sum of RGB (Red+Green+Blue) = 50+31+48=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 50 - color contains mainly: red. Hex color #321F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F30 is #CDE0CF. Grayscale: #262626. Windows color (decimal): -13492432 or 3153714. OLE color: 3153714.

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

Color convert

RGB 50 31 48 -
CMYK 0 0.38 0.04 0.80
HSL 306.32º 0.23% 0.16% -
HSV(B) 306.32º 0.38% 0.2% -
XYZ 2.34 1.87 3.03 -
YUV 38.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 50 31 48 0 0.38 0.04 0.80 306.32 0.23 0.16
Hex 32 1F 30 0 26 4 50 132 17 10
Octal 62 37 60 0 46 4 120 462 27 20
Binary 110010 11111 110000 0 100110 100 1010000 100110010 10111 10000

Color Harmonies of #321F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F30

Black with #321F30

Text Example


Text Example

White with #321F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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