Html Css Color HEX #300128 Mardi Gras

📋 copy color: '#300128'

red 48 ◦ green 1 ◦ blue 40

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

Shades of Mardi Gras #300128

Tints of Mardi Gras #300128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.12%

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

R = 53.93%
G = 1.12%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#300128 (or 0x300128) is known color: Mardi Gras. HEX triplet: 30, 01 and 28. RGB value is (48,1,40). Sum of RGB (Red+Green+Blue) = 48+1+40=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #300128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300128 is #CFFED7. Grayscale: #131313. Windows color (decimal): -13631192 or 2621744. OLE color: 2621744.

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

Color convert

RGB 48 1 40 -
CMYK 0 0.98 0.17 0.81
HSL 310.21º 0.96% 0.1% -
HSV(B) 310.21º 0.98% 0.19% -
XYZ 1.61 0.8 2.08 -
YUV 19.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 48 1 40 0 0.98 0.17 0.81 310.21 0.96 0.1
Hex 30 1 28 0 62 11 51 136 60 A
Octal 60 1 50 0 142 21 121 466 140 12
Binary 110000 1 101000 0 1100010 10001 1010001 100110110 1100000 1010

Color Harmonies of #300128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300128

Black with #300128

Text Example


Text Example

White with #300128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300128; }

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

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

background-color css

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

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

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

border-color css

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

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

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