Html Css Color HEX #30042C Mardi Gras

📋 copy color: '#30042C'

red 48 ◦ green 4 ◦ blue 44

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

Shades of Mardi Gras #30042C

Tints of Mardi Gras #30042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.17%

 BLUE value IS 44 (17.58% from 255) = 45.83%

R = 50%
G = 4.17%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#30042C (or 0x30042C) is known color: Mardi Gras. HEX triplet: 30, 04 and 2C. RGB value is (48,4,44). Sum of RGB (Red+Green+Blue) = 48+4+44=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30042C is #CFFBD3. Grayscale: #151515. Windows color (decimal): -13630420 or 2884656. OLE color: 2884656.

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

Color convert

RGB 48 4 44 -
CMYK 0 0.92 0.08 0.81
HSL 305.45º 0.85% 0.1% -
HSV(B) 305.45º 0.92% 0.19% -
XYZ 1.72 0.9 2.47 -
YUV 21.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 48 4 44 0 0.92 0.08 0.81 305.45 0.85 0.1
Hex 30 4 2C 0 5C 8 51 131 55 A
Octal 60 4 54 0 134 10 121 461 125 12
Binary 110000 100 101100 0 1011100 1000 1010001 100110001 1010101 1010

Color Harmonies of #30042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30042C

Black with #30042C

Text Example


Text Example

White with #30042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30042C; }

 p { color: rgb(48,4,44); }

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

background-color css

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

 a { background-color: rgb(48,4,44); }

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

border-color css

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

 span { border-color: rgb(48,4,44); }

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