Html Css Color HEX #310229 Mardi Gras

📋 copy color: '#310229'

red 49 ◦ green 2 ◦ blue 41

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

Shades of Mardi Gras #310229

Tints of Mardi Gras #310229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.17%

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

R = 53.26%
G = 2.17%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#310229 (or 0x310229) is known color: Mardi Gras. HEX triplet: 31, 02 and 29. RGB value is (49,2,41). Sum of RGB (Red+Green+Blue) = 49+2+41=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #310229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310229 is #CEFDD6. Grayscale: #141414. Windows color (decimal): -13565399 or 2687537. OLE color: 2687537.

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

Color convert

RGB 49 2 41 -
CMYK 0 0.96 0.16 0.81
HSL 310.21º 0.92% 0.1% -
HSV(B) 310.21º 0.96% 0.19% -
XYZ 1.69 0.86 2.17 -
YUV 20.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 49 2 41 0 0.96 0.16 0.81 310.21 0.92 0.1
Hex 31 2 29 0 60 10 51 136 5C A
Octal 61 2 51 0 140 20 121 466 134 12
Binary 110001 10 101001 0 1100000 10000 1010001 100110110 1011100 1010

Color Harmonies of #310229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310229

Black with #310229

Text Example


Text Example

White with #310229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310229; }

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

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

background-color css

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

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

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

border-color css

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

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

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