Html Css Color HEX #310829 Mardi Gras

📋 copy color: '#310829'

red 49 ◦ green 8 ◦ blue 41

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

Shades of Mardi Gras #310829

Tints of Mardi Gras #310829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.16%

 BLUE value IS 41 (16.41% from 255) = 41.84%

R = 50%
G = 8.16%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#310829 (or 0x310829) is known color: Mardi Gras. HEX triplet: 31, 08 and 29. RGB value is (49,8,41). Sum of RGB (Red+Green+Blue) = 49+8+41=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #310829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310829 is #CEF7D6. Grayscale: #171717. Windows color (decimal): -13563863 or 2689073. OLE color: 2689073.

HSL color Cylindrical-coordinate representation of color #310829: hue angle of 311.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #310829 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 8 41 -
CMYK 0 0.84 0.16 0.81
HSL 311.71º 0.72% 0.11% -
HSV(B) 311.71º 0.84% 0.19% -
XYZ 1.75 0.99 2.2 -
YUV 24.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 49 8 41 0 0.84 0.16 0.81 311.71 0.72 0.11
Hex 31 8 29 0 54 10 51 138 48 B
Octal 61 10 51 0 124 20 121 470 110 13
Binary 110001 1000 101001 0 1010100 10000 1010001 100111000 1001000 1011

Color Harmonies of #310829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310829

Black with #310829

Text Example


Text Example

White with #310829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310829; }

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

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

background-color css

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

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

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

border-color css

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

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

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