Html Css Color HEX #300229 Mardi Gras

📋 copy color: '#300229'

red 48 ◦ green 2 ◦ blue 41

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

Shades of Mardi Gras #300229

Tints of Mardi Gras #300229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 45.05%

R = 52.75%
G = 2.2%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#300229 (or 0x300229) is known color: Mardi Gras. HEX triplet: 30, 02 and 29. RGB value is (48,2,41). Sum of RGB (Red+Green+Blue) = 48+2+41=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300229 is #CFFDD6. Grayscale: #141414. Windows color (decimal): -13630935 or 2687536. OLE color: 2687536.

HSL color Cylindrical-coordinate representation of color #300229: hue angle of 309.13º 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 #300229 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 2 41 -
CMYK 0 0.96 0.15 0.81
HSL 309.13º 0.92% 0.1% -
HSV(B) 309.13º 0.96% 0.19% -
XYZ 1.64 0.83 2.17 -
YUV 20.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 48 2 41 0 0.96 0.15 0.81 309.13 0.92 0.1
Hex 30 2 29 0 60 F 51 135 5C A
Octal 60 2 51 0 140 17 121 465 134 12
Binary 110000 10 101001 0 1100000 1111 1010001 100110101 1011100 1010

Color Harmonies of #300229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300229

Black with #300229

Text Example


Text Example

White with #300229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300229; }

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

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

background-color css

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

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

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

border-color css

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

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

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