Html Css Color HEX #30072C Mardi Gras

📋 copy color: '#30072C'

red 48 ◦ green 7 ◦ blue 44

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

Shades of Mardi Gras #30072C

Tints of Mardi Gras #30072C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.07%

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

R = 48.48%
G = 7.07%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#30072C (or 0x30072C) is known color: Mardi Gras. HEX triplet: 30, 07 and 2C. RGB value is (48,7,44). Sum of RGB (Red+Green+Blue) = 48+7+44=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30072C is #CFF8D3. Grayscale: #171717. Windows color (decimal): -13629652 or 2885424. OLE color: 2885424.

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

Color convert

RGB 48 7 44 -
CMYK 0 0.85 0.08 0.81
HSL 305.85º 0.75% 0.11% -
HSV(B) 305.85º 0.85% 0.19% -
XYZ 1.75 0.96 2.48 -
YUV 23.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 48 7 44 0 0.85 0.08 0.81 305.85 0.75 0.11
Hex 30 7 2C 0 55 8 51 132 4B B
Octal 60 7 54 0 125 10 121 462 113 13
Binary 110000 111 101100 0 1010101 1000 1010001 100110010 1001011 1011

Color Harmonies of #30072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30072C

Black with #30072C

Text Example


Text Example

White with #30072C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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