Html Css Color HEX #310835 Mardi Gras

📋 copy color: '#310835'

red 49 ◦ green 8 ◦ blue 53

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

Shades of Mardi Gras #310835

Tints of Mardi Gras #310835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 48.18%

R = 44.55%
G = 7.27%
B = 48.18%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#310835 (or 0x310835) is known color: Mardi Gras. HEX triplet: 31, 08 and 35. RGB value is (49,8,53). Sum of RGB (Red+Green+Blue) = 49+8+53=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 53 - color contains mainly: blue. Hex color #310835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310835 is #CEF7CA. Grayscale: #191919. Windows color (decimal): -13563851 or 3475505. OLE color: 3475505.

HSL color Cylindrical-coordinate representation of color #310835: hue angle of 294.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #310835 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 8 53 -
CMYK 0.08 0.85 0 0.79
HSL 294.67º 0.74% 0.12% -
HSV(B) 294.67º 0.85% 0.21% -
XYZ 2 1.08 3.47 -
YUV 25.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 49 8 53 0.08 0.85 0 0.79 294.67 0.74 0.12
Hex 31 8 35 8 55 0 4F 127 4A C
Octal 61 10 65 10 125 0 117 447 112 14
Binary 110001 1000 110101 1000 1010101 0 1001111 100100111 1001010 1100

Color Harmonies of #310835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310835

Black with #310835

Text Example


Text Example

White with #310835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310835; }

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

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

background-color css

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

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

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

border-color css

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

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

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