Html Css Color HEX #300428 Mardi Gras

📋 copy color: '#300428'

red 48 ◦ green 4 ◦ blue 40

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

Shades of Mardi Gras #300428

Tints of Mardi Gras #300428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.35%

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

R = 52.17%
G = 4.35%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#300428 (or 0x300428) is known color: Mardi Gras. HEX triplet: 30, 04 and 28. RGB value is (48,4,40). Sum of RGB (Red+Green+Blue) = 48+4+40=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #300428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300428 is #CFFBD7. Grayscale: #151515. Windows color (decimal): -13630424 or 2622512. OLE color: 2622512.

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

Color convert

RGB 48 4 40 -
CMYK 0 0.92 0.17 0.81
HSL 310.91º 0.85% 0.1% -
HSV(B) 310.91º 0.92% 0.19% -
XYZ 1.65 0.87 2.09 -
YUV 21.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 48 4 40 0 0.92 0.17 0.81 310.91 0.85 0.1
Hex 30 4 28 0 5C 11 51 137 55 A
Octal 60 4 50 0 134 21 121 467 125 12
Binary 110000 100 101000 0 1011100 10001 1010001 100110111 1010101 1010

Color Harmonies of #300428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300428

Black with #300428

Text Example


Text Example

White with #300428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300428; }

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

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

background-color css

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

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

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

border-color css

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

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

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