Html Css Color HEX #300031 Mardi Gras

📋 copy color: '#300031'

red 48 ◦ green 0 ◦ blue 49

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

Shades of Mardi Gras #300031

Tints of Mardi Gras #300031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.48%
G = 0%
B = 50.52%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#300031 (or 0x300031) is known color: Mardi Gras. HEX triplet: 30, 00 and 31. RGB value is (48,0,49). Sum of RGB (Red+Green+Blue) = 48+0+49=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #300031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300031 is #CFFFCE. Grayscale: #131313. Windows color (decimal): -13631439 or 3211312. OLE color: 3211312.

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

Color convert

RGB 48 0 49 -
CMYK 0.02 1 0 0.81
HSL 298.78º 1% 0.1% -
HSV(B) 298.78º 1% 0.19% -
XYZ 1.77 0.85 2.98 -
YUV 19.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 48 0 49 0.02 1 0 0.81 298.78 1 0.1
Hex 30 0 31 2 64 0 51 12B 64 A
Octal 60 0 61 2 144 0 121 453 144 12
Binary 110000 0 110001 10 1100100 0 1010001 100101011 1100100 1010

Color Harmonies of #300031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300031

Black with #300031

Text Example


Text Example

White with #300031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300031; }

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

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

background-color css

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

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

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

border-color css

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

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

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