Html Css Color HEX #300228 Mardi Gras

📋 copy color: '#300228'

red 48 ◦ green 2 ◦ blue 40

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

Shades of Mardi Gras #300228

Tints of Mardi Gras #300228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.22%

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

R = 53.33%
G = 2.22%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#300228 (or 0x300228) is known color: Mardi Gras. HEX triplet: 30, 02 and 28. RGB value is (48,2,40). Sum of RGB (Red+Green+Blue) = 48+2+40=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #300228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300228 is #CFFDD7. Grayscale: #131313. Windows color (decimal): -13630936 or 2622000. OLE color: 2622000.

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

Color convert

RGB 48 2 40 -
CMYK 0 0.96 0.17 0.81
HSL 310.43º 0.92% 0.1% -
HSV(B) 310.43º 0.96% 0.19% -
XYZ 1.62 0.82 2.08 -
YUV 20.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 48 2 40 0 0.96 0.17 0.81 310.43 0.92 0.1
Hex 30 2 28 0 60 11 51 136 5C A
Octal 60 2 50 0 140 21 121 466 134 12
Binary 110000 10 101000 0 1100000 10001 1010001 100110110 1011100 1010

Color Harmonies of #300228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300228

Black with #300228

Text Example


Text Example

White with #300228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300228; }

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

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

background-color css

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

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

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

border-color css

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

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

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