Html Css Color HEX #331F31 Mardi Gras

📋 copy color: '#331F31'

red 51 ◦ green 31 ◦ blue 49

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

Shades of Mardi Gras #331F31

Tints of Mardi Gras #331F31

RGB

 RED value IS 51 (20.31% from 255) = 38.93%

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

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

R = 38.93%
G = 23.66%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#331F31 (or 0x331F31) is known color: Mardi Gras. HEX triplet: 33, 1F and 31. RGB value is (51,31,49). Sum of RGB (Red+Green+Blue) = 51+31+49=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 51 - color contains mainly: red. Hex color #331F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F31 is #CCE0CE. Grayscale: #262626. Windows color (decimal): -13426895 or 3219251. OLE color: 3219251.

HSL color Cylindrical-coordinate representation of color #331F31: hue angle of 306º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #331F31 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 31 49 -
CMYK 0 0.39 0.04 0.8
HSL 306º 0.24% 0.16% -
HSV(B) 306º 0.39% 0.2% -
XYZ 2.41 1.91 3.15 -
YUV 39.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 51 31 49 0 0.39 0.04 0.8 306 0.24 0.16
Hex 33 1F 31 0 27 4 50 132 18 10
Octal 63 37 61 0 47 4 120 462 30 20
Binary 110011 11111 110001 0 100111 100 1010000 100110010 11000 10000

Color Harmonies of #331F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F31

Black with #331F31

Text Example


Text Example

White with #331F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331F31; }

 p { color: rgb(51,31,49); }

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

background-color css

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

 a { background-color: rgb(51,31,49); }

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

border-color css

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

 span { border-color: rgb(51,31,49); }

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