Html Css Color HEX #300631 Mardi Gras

📋 copy color: '#300631'

red 48 ◦ green 6 ◦ blue 49

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

Shades of Mardi Gras #300631

Tints of Mardi Gras #300631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.83%

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

R = 46.6%
G = 5.83%
B = 47.57%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#300631 (or 0x300631) is known color: Mardi Gras. HEX triplet: 30, 06 and 31. RGB value is (48,6,49). Sum of RGB (Red+Green+Blue) = 48+6+49=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #300631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300631 is #CFF9CE. Grayscale: #171717. Windows color (decimal): -13629903 or 3212848. OLE color: 3212848.

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

Color convert

RGB 48 6 49 -
CMYK 0.02 0.88 0 0.81
HSL 298.6º 0.78% 0.11% -
HSV(B) 298.6º 0.88% 0.19% -
XYZ 1.84 0.98 3 -
YUV 23.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 48 6 49 0.02 0.88 0 0.81 298.6 0.78 0.11
Hex 30 6 31 2 58 0 51 12B 4E B
Octal 60 6 61 2 130 0 121 453 116 13
Binary 110000 110 110001 10 1011000 0 1010001 100101011 1001110 1011

Color Harmonies of #300631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300631

Black with #300631

Text Example


Text Example

White with #300631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300631; }

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

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

background-color css

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

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

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

border-color css

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

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

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