Html Css Color HEX #312933 Mardi Gras

📋 copy color: '#312933'

red 49 ◦ green 41 ◦ blue 51

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

Shades of Mardi Gras #312933

Tints of Mardi Gras #312933

RGB

 RED value IS 49 (19.53% from 255) = 34.75%

 GREEN value IS 41 (16.41% from 255) = 29.08%

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

R = 34.75%
G = 29.08%
B = 36.17%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#312933 (or 0x312933) is known color: Mardi Gras. HEX triplet: 31, 29 and 33. RGB value is (49,41,51). Sum of RGB (Red+Green+Blue) = 49+41+51=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 51 - color contains mainly: blue. Hex color #312933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312933 is #CED6CC. Grayscale: #2C2C2C. Windows color (decimal): -13555405 or 3352881. OLE color: 3352881.

HSL color Cylindrical-coordinate representation of color #312933: hue angle of 288º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #312933 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 49 41 51 -
CMYK 0.04 0.20 0 0.8
HSL 288º 0.11% 0.18% -
HSV(B) 288º 0.2% 0.2% -
XYZ 2.66 2.48 3.47 -
YUV 44.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 49 41 51 0.04 0.20 0 0.8 288 0.11 0.18
Hex 31 29 33 4 14 0 50 120 B 12
Octal 61 51 63 4 24 0 120 440 13 22
Binary 110001 101001 110011 100 10100 0 1010000 100100000 1011 10010

Color Harmonies of #312933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312933

Black with #312933

Text Example


Text Example

White with #312933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312933; }

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

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

background-color css

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

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

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

border-color css

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

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

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