Html Css Color HEX #300528 Mardi Gras

📋 copy color: '#300528'

red 48 ◦ green 5 ◦ blue 40

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

Shades of Mardi Gras #300528

Tints of Mardi Gras #300528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 43.01%

R = 51.61%
G = 5.38%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#300528 (or 0x300528) is known color: Mardi Gras. HEX triplet: 30, 05 and 28. RGB value is (48,5,40). Sum of RGB (Red+Green+Blue) = 48+5+40=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #300528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300528 is #CFFAD7. Grayscale: #151515. Windows color (decimal): -13630168 or 2622768. OLE color: 2622768.

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

Color convert

RGB 48 5 40 -
CMYK 0 0.90 0.17 0.81
HSL 311.16º 0.81% 0.1% -
HSV(B) 311.16º 0.9% 0.19% -
XYZ 1.66 0.89 2.09 -
YUV 21.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 48 5 40 0 0.90 0.17 0.81 311.16 0.81 0.1
Hex 30 5 28 0 5A 11 51 137 51 A
Octal 60 5 50 0 132 21 121 467 121 12
Binary 110000 101 101000 0 1011010 10001 1010001 100110111 1010001 1010

Color Harmonies of #300528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300528

Black with #300528

Text Example


Text Example

White with #300528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300528; }

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

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

background-color css

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

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

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

border-color css

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

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

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