Html Css Color HEX #311630 Mardi Gras

📋 copy color: '#311630'

red 49 ◦ green 22 ◦ blue 48

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

Shades of Mardi Gras #311630

Tints of Mardi Gras #311630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.49%

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

R = 41.18%
G = 18.49%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#311630 (or 0x311630) is known color: Mardi Gras. HEX triplet: 31, 16 and 30. RGB value is (49,22,48). Sum of RGB (Red+Green+Blue) = 49+22+48=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #311630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311630 is #CEE9CF. Grayscale: #202020. Windows color (decimal): -13560272 or 3151409. OLE color: 3151409.

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

Color convert

RGB 49 22 48 -
CMYK 0 0.55 0.02 0.81
HSL 302.22º 0.38% 0.14% -
HSV(B) 302.22º 0.55% 0.19% -
XYZ 2.09 1.44 2.96 -
YUV 33.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 49 22 48 0 0.55 0.02 0.81 302.22 0.38 0.14
Hex 31 16 30 0 37 2 51 12E 26 E
Octal 61 26 60 0 67 2 121 456 46 16
Binary 110001 10110 110000 0 110111 10 1010001 100101110 100110 1110

Color Harmonies of #311630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311630

Black with #311630

Text Example


Text Example

White with #311630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311630; }

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

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

background-color css

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

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

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

border-color css

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

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

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