Html Css Color HEX #31002C Mardi Gras

📋 copy color: '#31002C'

red 49 ◦ green 0 ◦ blue 44

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

Shades of Mardi Gras #31002C

Tints of Mardi Gras #31002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 47.31%

R = 52.69%
G = 0%
B = 47.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#31002C (or 0x31002C) is known color: Mardi Gras. HEX triplet: 31, 00 and 2C. RGB value is (49,0,44). Sum of RGB (Red+Green+Blue) = 49+0+44=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #31002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31002C is #CEFFD3. Grayscale: #131313. Windows color (decimal): -13565908 or 2883633. OLE color: 2883633.

HSL color Cylindrical-coordinate representation of color #31002C: hue angle of 306.12º 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 #31002C is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 0 44 -
CMYK 0 1 0.10 0.81
HSL 306.12º 1% 0.1% -
HSV(B) 306.12º 1% 0.19% -
XYZ 1.72 0.83 2.45 -
YUV 19.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 49 0 44 0 1 0.10 0.81 306.12 1 0.1
Hex 31 0 2C 0 64 A 51 132 64 A
Octal 61 0 54 0 144 12 121 462 144 12
Binary 110001 0 101100 0 1100100 1010 1010001 100110010 1100100 1010

Color Harmonies of #31002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31002C

Black with #31002C

Text Example


Text Example

White with #31002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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