Html Css Color HEX #300028 Mardi Gras

📋 copy color: '#300028'

red 48 ◦ green 0 ◦ blue 40

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

Shades of Mardi Gras #300028

Tints of Mardi Gras #300028

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.55%
G = 0%
B = 45.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#300028 (or 0x300028) is known color: Mardi Gras. HEX triplet: 30, 00 and 28. RGB value is (48,0,40). Sum of RGB (Red+Green+Blue) = 48+0+40=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #300028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300028 is #CFFFD7. Grayscale: #121212. Windows color (decimal): -13631448 or 2621488. OLE color: 2621488.

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

Color convert

RGB 48 0 40 -
CMYK 0 1 0.17 0.81
HSL 310º 1% 0.09% -
HSV(B) 310º 1% 0.19% -
XYZ 1.6 0.78 2.07 -
YUV 18.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 48 0 40 0 1 0.17 0.81 310 1 0.09
Hex 30 0 28 0 64 11 51 136 64 9
Octal 60 0 50 0 144 21 121 466 144 11
Binary 110000 0 101000 0 1100100 10001 1010001 100110110 1100100 1001

Color Harmonies of #300028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300028

Black with #300028

Text Example


Text Example

White with #300028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300028; }

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

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

background-color css

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

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

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

border-color css

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

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

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