Html Css Color HEX #301531 Mardi Gras

📋 copy color: '#301531'

red 48 ◦ green 21 ◦ blue 49

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

Shades of Mardi Gras #301531

Tints of Mardi Gras #301531

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #301531: hue angle of 297.86º 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 #301531 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 21 49 -
CMYK 0.02 0.57 0 0.81
HSL 297.86º 0.4% 0.14% -
HSV(B) 297.86º 0.57% 0.19% -
XYZ 2.04 1.39 3.07 -
YUV 32.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 48 21 49 0.02 0.57 0 0.81 297.86 0.4 0.14
Hex 30 15 31 2 39 0 51 12A 28 E
Octal 60 25 61 2 71 0 121 452 50 16
Binary 110000 10101 110001 10 111001 0 1010001 100101010 101000 1110

Color Harmonies of #301531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301531

Black with #301531

Text Example


Text Example

White with #301531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301531; }

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

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

background-color css

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

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

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

border-color css

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

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

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