Html Css Color HEX #311A30 Mardi Gras

📋 copy color: '#311A30'

red 49 ◦ green 26 ◦ blue 48

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

Shades of Mardi Gras #311A30

Tints of Mardi Gras #311A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.14%

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

R = 39.84%
G = 21.14%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#311A30 (or 0x311A30) is known color: Mardi Gras. HEX triplet: 31, 1A and 30. RGB value is (49,26,48). Sum of RGB (Red+Green+Blue) = 49+26+48=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #311A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A30 is #CEE5CF. Grayscale: #232323. Windows color (decimal): -13559248 or 3152433. OLE color: 3152433.

HSL color Cylindrical-coordinate representation of color #311A30: hue angle of 302.61º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #311A30 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 26 48 -
CMYK 0 0.47 0.02 0.81
HSL 302.61º 0.31% 0.15% -
HSV(B) 302.61º 0.47% 0.19% -
XYZ 2.17 1.61 2.99 -
YUV 35.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 49 26 48 0 0.47 0.02 0.81 302.61 0.31 0.15
Hex 31 1A 30 0 2F 2 51 12F 1F F
Octal 61 32 60 0 57 2 121 457 37 17
Binary 110001 11010 110000 0 101111 10 1010001 100101111 11111 1111

Color Harmonies of #311A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A30

Black with #311A30

Text Example


Text Example

White with #311A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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