Html Css Color HEX #311530 Mardi Gras

📋 copy color: '#311530'

red 49 ◦ green 21 ◦ blue 48

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

Shades of Mardi Gras #311530

Tints of Mardi Gras #311530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.8%

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

R = 41.53%
G = 17.8%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#311530 (or 0x311530) is known color: Mardi Gras. HEX triplet: 31, 15 and 30. RGB value is (49,21,48). Sum of RGB (Red+Green+Blue) = 49+21+48=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #311530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311530 is #CEEACF. Grayscale: #202020. Windows color (decimal): -13560528 or 3151153. OLE color: 3151153.

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

Color convert

RGB 49 21 48 -
CMYK 0 0.57 0.02 0.81
HSL 302.14º 0.4% 0.14% -
HSV(B) 302.14º 0.57% 0.19% -
XYZ 2.07 1.4 2.96 -
YUV 32.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 49 21 48 0 0.57 0.02 0.81 302.14 0.4 0.14
Hex 31 15 30 0 39 2 51 12E 28 E
Octal 61 25 60 0 71 2 121 456 50 16
Binary 110001 10101 110000 0 111001 10 1010001 100101110 101000 1110

Color Harmonies of #311530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311530

Black with #311530

Text Example


Text Example

White with #311530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311530; }

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

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

background-color css

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

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

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

border-color css

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

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

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