Html Css Color HEX #310435 Mardi Gras

📋 copy color: '#310435'

red 49 ◦ green 4 ◦ blue 53

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

Shades of Mardi Gras #310435

Tints of Mardi Gras #310435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.77%

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

R = 46.23%
G = 3.77%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#310435 (or 0x310435) is known color: Mardi Gras. HEX triplet: 31, 04 and 35. RGB value is (49,4,53). Sum of RGB (Red+Green+Blue) = 49+4+53=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #310435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310435 is #CEFBCA. Grayscale: #161616. Windows color (decimal): -13564875 or 3474481. OLE color: 3474481.

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

Color convert

RGB 49 4 53 -
CMYK 0.08 0.92 0 0.79
HSL 295.1º 0.86% 0.11% -
HSV(B) 295.1º 0.92% 0.21% -
XYZ 1.95 1 3.46 -
YUV 23.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 49 4 53 0.08 0.92 0 0.79 295.1 0.86 0.11
Hex 31 4 35 8 5C 0 4F 127 56 B
Octal 61 4 65 10 134 0 117 447 126 13
Binary 110001 100 110101 1000 1011100 0 1001111 100100111 1010110 1011

Color Harmonies of #310435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310435

Black with #310435

Text Example


Text Example

White with #310435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310435; }

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

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

background-color css

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

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

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

border-color css

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

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

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