Html Css Color HEX #31062E Mardi Gras

📋 copy color: '#31062E'

red 49 ◦ green 6 ◦ blue 46

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

Shades of Mardi Gras #31062E

Tints of Mardi Gras #31062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.94%

 BLUE value IS 46 (18.36% from 255) = 45.54%

R = 48.51%
G = 5.94%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#31062E (or 0x31062E) is known color: Mardi Gras. HEX triplet: 31, 06 and 2E. RGB value is (49,6,46). Sum of RGB (Red+Green+Blue) = 49+6+46=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #31062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31062E is #CEF9D1. Grayscale: #171717. Windows color (decimal): -13564370 or 3016241. OLE color: 3016241.

HSL color Cylindrical-coordinate representation of color #31062E: hue angle of 304.19º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31062E is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 6 46 -
CMYK 0 0.88 0.06 0.81
HSL 304.19º 0.78% 0.11% -
HSV(B) 304.19º 0.88% 0.19% -
XYZ 1.82 0.98 2.68 -
YUV 23.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 49 6 46 0 0.88 0.06 0.81 304.19 0.78 0.11
Hex 31 6 2E 0 58 6 51 130 4E B
Octal 61 6 56 0 130 6 121 460 116 13
Binary 110001 110 101110 0 1011000 110 1010001 100110000 1001110 1011

Color Harmonies of #31062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31062E

Black with #31062E

Text Example


Text Example

White with #31062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31062E; }

 p { color: rgb(49,6,46); }

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

background-color css

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

 a { background-color: rgb(49,6,46); }

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

border-color css

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

 span { border-color: rgb(49,6,46); }

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