Html Css Color HEX #301131 Mardi Gras

📋 copy color: '#301131'

red 48 ◦ green 17 ◦ blue 49

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

Shades of Mardi Gras #301131

Tints of Mardi Gras #301131

RGB

 RED value IS 48 (19.14% from 255) = 42.11%

 GREEN value IS 17 (7.03% from 255) = 14.91%

 BLUE value IS 49 (19.53% from 255) = 42.98%

R = 42.11%
G = 14.91%
B = 42.98%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#301131 (or 0x301131) is known color: Mardi Gras. HEX triplet: 30, 11 and 31. RGB value is (48,17,49). Sum of RGB (Red+Green+Blue) = 48+17+49=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: blue. Hex color #301131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301131 is #CFEECE. Grayscale: #1D1D1D. Windows color (decimal): -13627087 or 3215664. OLE color: 3215664.

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

Color convert

RGB 48 17 49 -
CMYK 0.02 0.65 0 0.81
HSL 298.13º 0.48% 0.13% -
HSV(B) 298.13º 0.65% 0.19% -
XYZ 1.97 1.25 3.04 -
YUV 29.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 48 17 49 0.02 0.65 0 0.81 298.13 0.48 0.13
Hex 30 11 31 2 41 0 51 12A 30 D
Octal 60 21 61 2 101 0 121 452 60 15
Binary 110000 10001 110001 10 1000001 0 1010001 100101010 110000 1101

Color Harmonies of #301131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301131

Black with #301131

Text Example


Text Example

White with #301131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301131; }

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

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

background-color css

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

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

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

border-color css

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

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

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