Html Css Color HEX #300131 Mardi Gras

📋 copy color: '#300131'

red 48 ◦ green 1 ◦ blue 49

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

Shades of Mardi Gras #300131

Tints of Mardi Gras #300131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.02%

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

R = 48.98%
G = 1.02%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#300131 (or 0x300131) is known color: Mardi Gras. HEX triplet: 30, 01 and 31. RGB value is (48,1,49). Sum of RGB (Red+Green+Blue) = 48+1+49=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #300131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300131 is #CFFECE. Grayscale: #141414. Windows color (decimal): -13631183 or 3211568. OLE color: 3211568.

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

Color convert

RGB 48 1 49 -
CMYK 0.02 0.98 0 0.81
HSL 298.75º 0.96% 0.1% -
HSV(B) 298.75º 0.98% 0.19% -
XYZ 1.78 0.87 2.98 -
YUV 20.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 48 1 49 0.02 0.98 0 0.81 298.75 0.96 0.1
Hex 30 1 31 2 62 0 51 12B 60 A
Octal 60 1 61 2 142 0 121 453 140 12
Binary 110000 1 110001 10 1100010 0 1010001 100101011 1100000 1010

Color Harmonies of #300131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300131

Black with #300131

Text Example


Text Example

White with #300131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300131; }

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

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

background-color css

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

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

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

border-color css

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

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

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