Html Css Color HEX #300531 Mardi Gras

📋 copy color: '#300531'

red 48 ◦ green 5 ◦ blue 49

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

Shades of Mardi Gras #300531

Tints of Mardi Gras #300531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.9%

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

R = 47.06%
G = 4.9%
B = 48.04%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#300531 (or 0x300531) is known color: Mardi Gras. HEX triplet: 30, 05 and 31. RGB value is (48,5,49). Sum of RGB (Red+Green+Blue) = 48+5+49=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #300531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300531 is #CFFACE. Grayscale: #161616. Windows color (decimal): -13630159 or 3212592. OLE color: 3212592.

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

Color convert

RGB 48 5 49 -
CMYK 0.02 0.90 0 0.81
HSL 298.64º 0.81% 0.11% -
HSV(B) 298.64º 0.9% 0.19% -
XYZ 1.83 0.96 2.99 -
YUV 22.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 48 5 49 0.02 0.90 0 0.81 298.64 0.81 0.11
Hex 30 5 31 2 5A 0 51 12B 51 B
Octal 60 5 61 2 132 0 121 453 121 13
Binary 110000 101 110001 10 1011010 0 1010001 100101011 1010001 1011

Color Harmonies of #300531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300531

Black with #300531

Text Example


Text Example

White with #300531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300531; }

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

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

background-color css

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

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

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

border-color css

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

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

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