Html Css Color HEX #311030 Mardi Gras

📋 copy color: '#311030'

red 49 ◦ green 16 ◦ blue 48

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

Shades of Mardi Gras #311030

Tints of Mardi Gras #311030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.16%

 BLUE value IS 48 (19.14% from 255) = 42.48%

R = 43.36%
G = 14.16%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#311030 (or 0x311030) is known color: Mardi Gras. HEX triplet: 31, 10 and 30. RGB value is (49,16,48). Sum of RGB (Red+Green+Blue) = 49+16+48=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #311030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311030 is #CEEFCF. Grayscale: #1D1D1D. Windows color (decimal): -13561808 or 3149873. OLE color: 3149873.

HSL color Cylindrical-coordinate representation of color #311030: hue angle of 301.82º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311030 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 16 48 -
CMYK 0 0.67 0.02 0.81
HSL 301.82º 0.51% 0.13% -
HSV(B) 301.82º 0.67% 0.19% -
XYZ 1.99 1.24 2.93 -
YUV 29.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 49 16 48 0 0.67 0.02 0.81 301.82 0.51 0.13
Hex 31 10 30 0 43 2 51 12E 33 D
Octal 61 20 60 0 103 2 121 456 63 15
Binary 110001 10000 110000 0 1000011 10 1010001 100101110 110011 1101

Color Harmonies of #311030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311030

Black with #311030

Text Example


Text Example

White with #311030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311030; }

 p { color: rgb(49,16,48); }

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

background-color css

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

 a { background-color: rgb(49,16,48); }

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

border-color css

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

 span { border-color: rgb(49,16,48); }

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