Html Css Color HEX #300931 Mardi Gras

📋 copy color: '#300931'

red 48 ◦ green 9 ◦ blue 49

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

Shades of Mardi Gras #300931

Tints of Mardi Gras #300931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.49%

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

R = 45.28%
G = 8.49%
B = 46.23%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#300931 (or 0x300931) is known color: Mardi Gras. HEX triplet: 30, 09 and 31. RGB value is (48,9,49). Sum of RGB (Red+Green+Blue) = 48+9+49=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #300931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300931 is #CFF6CE. Grayscale: #191919. Windows color (decimal): -13629135 or 3213616. OLE color: 3213616.

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

Color convert

RGB 48 9 49 -
CMYK 0.02 0.82 0 0.81
HSL 298.5º 0.69% 0.11% -
HSV(B) 298.5º 0.82% 0.19% -
XYZ 1.87 1.05 3.01 -
YUV 25.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 48 9 49 0.02 0.82 0 0.81 298.5 0.69 0.11
Hex 30 9 31 2 52 0 51 12A 45 B
Octal 60 11 61 2 122 0 121 452 105 13
Binary 110000 1001 110001 10 1010010 0 1010001 100101010 1000101 1011

Color Harmonies of #300931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300931

Black with #300931

Text Example


Text Example

White with #300931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300931; }

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

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

background-color css

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

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

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

border-color css

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

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

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