Html Css Color HEX #300529 Mardi Gras

📋 copy color: '#300529'

red 48 ◦ green 5 ◦ blue 41

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

Shades of Mardi Gras #300529

Tints of Mardi Gras #300529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 43.62%

R = 51.06%
G = 5.32%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#300529 (or 0x300529) is known color: Mardi Gras. HEX triplet: 30, 05 and 29. RGB value is (48,5,41). Sum of RGB (Red+Green+Blue) = 48+5+41=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #300529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300529 is #CFFAD6. Grayscale: #151515. Windows color (decimal): -13630167 or 2688304. OLE color: 2688304.

HSL color Cylindrical-coordinate representation of color #300529: hue angle of 309.77º 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 #300529 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 5 41 -
CMYK 0 0.90 0.15 0.81
HSL 309.77º 0.81% 0.1% -
HSV(B) 309.77º 0.9% 0.19% -
XYZ 1.67 0.9 2.18 -
YUV 21.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 48 5 41 0 0.90 0.15 0.81 309.77 0.81 0.1
Hex 30 5 29 0 5A F 51 136 51 A
Octal 60 5 51 0 132 17 121 466 121 12
Binary 110000 101 101001 0 1011010 1111 1010001 100110110 1010001 1010

Color Harmonies of #300529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300529

Black with #300529

Text Example


Text Example

White with #300529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300529; }

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

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

background-color css

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

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

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

border-color css

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

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

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