Html Css Color HEX #331B31 Mardi Gras

📋 copy color: '#331B31'

red 51 ◦ green 27 ◦ blue 49

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

Shades of Mardi Gras #331B31

Tints of Mardi Gras #331B31

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.26%

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

R = 40.16%
G = 21.26%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#331B31 (or 0x331B31) is known color: Mardi Gras. HEX triplet: 33, 1B and 31. RGB value is (51,27,49). Sum of RGB (Red+Green+Blue) = 51+27+49=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 51 - color contains mainly: red. Hex color #331B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B31 is #CCE4CE. Grayscale: #242424. Windows color (decimal): -13427919 or 3218227. OLE color: 3218227.

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

Color convert

RGB 51 27 49 -
CMYK 0 0.47 0.04 0.8
HSL 305º 0.31% 0.15% -
HSV(B) 305º 0.47% 0.2% -
XYZ 2.31 1.71 3.11 -
YUV 36.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 51 27 49 0 0.47 0.04 0.8 305 0.31 0.15
Hex 33 1B 31 0 2F 4 50 131 1F F
Octal 63 33 61 0 57 4 120 461 37 17
Binary 110011 11011 110001 0 101111 100 1010000 100110001 11111 1111

Color Harmonies of #331B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331B31

Black with #331B31

Text Example


Text Example

White with #331B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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