Html Css Color HEX #31002A Mardi Gras

📋 copy color: '#31002A'

red 49 ◦ green 0 ◦ blue 42

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

Shades of Mardi Gras #31002A

Tints of Mardi Gras #31002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 42 (16.8% from 255) = 46.15%

R = 53.85%
G = 0%
B = 46.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#31002A (or 0x31002A) is known color: Mardi Gras. HEX triplet: 31, 00 and 2A. RGB value is (49,0,42). Sum of RGB (Red+Green+Blue) = 49+0+42=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #31002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31002A is #CEFFD5. Grayscale: #131313. Windows color (decimal): -13565910 or 2752561. OLE color: 2752561.

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

Color convert

RGB 49 0 42 -
CMYK 0 1 0.14 0.81
HSL 308.57º 1% 0.1% -
HSV(B) 308.57º 1% 0.19% -
XYZ 1.68 0.82 2.26 -
YUV 19.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 49 0 42 0 1 0.14 0.81 308.57 1 0.1
Hex 31 0 2A 0 64 E 51 135 64 A
Octal 61 0 52 0 144 16 121 465 144 12
Binary 110001 0 101010 0 1100100 1110 1010001 100110101 1100100 1010

Color Harmonies of #31002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31002A

Black with #31002A

Text Example


Text Example

White with #31002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31002A; }

 p { color: rgb(49,0,42); }

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

background-color css

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

 a { background-color: rgb(49,0,42); }

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

border-color css

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

 span { border-color: rgb(49,0,42); }

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