Html Css Color HEX #300328 Mardi Gras

📋 copy color: '#300328'

red 48 ◦ green 3 ◦ blue 40

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

Shades of Mardi Gras #300328

Tints of Mardi Gras #300328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.3%

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

R = 52.75%
G = 3.3%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#300328 (or 0x300328) is known color: Mardi Gras. HEX triplet: 30, 03 and 28. RGB value is (48,3,40). Sum of RGB (Red+Green+Blue) = 48+3+40=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300328 is #CFFCD7. Grayscale: #141414. Windows color (decimal): -13630680 or 2622256. OLE color: 2622256.

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

Color convert

RGB 48 3 40 -
CMYK 0 0.94 0.17 0.81
HSL 310.67º 0.88% 0.1% -
HSV(B) 310.67º 0.94% 0.19% -
XYZ 1.63 0.85 2.08 -
YUV 20.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 48 3 40 0 0.94 0.17 0.81 310.67 0.88 0.1
Hex 30 3 28 0 5E 11 51 137 58 A
Octal 60 3 50 0 136 21 121 467 130 12
Binary 110000 11 101000 0 1011110 10001 1010001 100110111 1011000 1010

Color Harmonies of #300328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300328

Black with #300328

Text Example


Text Example

White with #300328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300328; }

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

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

background-color css

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

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

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

border-color css

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

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

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