Html Css Color HEX #300828 Mardi Gras

📋 copy color: '#300828'

red 48 ◦ green 8 ◦ blue 40

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

Shades of Mardi Gras #300828

Tints of Mardi Gras #300828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.33%

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

R = 50%
G = 8.33%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#300828 (or 0x300828) is known color: Mardi Gras. HEX triplet: 30, 08 and 28. RGB value is (48,8,40). Sum of RGB (Red+Green+Blue) = 48+8+40=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #300828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300828 is #CFF7D7. Grayscale: #171717. Windows color (decimal): -13629400 or 2623536. OLE color: 2623536.

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

Color convert

RGB 48 8 40 -
CMYK 0 0.83 0.17 0.81
HSL 312º 0.71% 0.11% -
HSV(B) 312º 0.83% 0.19% -
XYZ 1.69 0.96 2.1 -
YUV 23.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 48 8 40 0 0.83 0.17 0.81 312 0.71 0.11
Hex 30 8 28 0 53 11 51 138 47 B
Octal 60 10 50 0 123 21 121 470 107 13
Binary 110000 1000 101000 0 1010011 10001 1010001 100111000 1000111 1011

Color Harmonies of #300828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300828

Black with #300828

Text Example


Text Example

White with #300828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300828; }

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

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

background-color css

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

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

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

border-color css

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

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

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