Html Css Color HEX #30052C Mardi Gras

📋 copy color: '#30052C'

red 48 ◦ green 5 ◦ blue 44

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

Shades of Mardi Gras #30052C

Tints of Mardi Gras #30052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.15%

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

R = 49.48%
G = 5.15%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#30052C (or 0x30052C) is known color: Mardi Gras. HEX triplet: 30, 05 and 2C. RGB value is (48,5,44). Sum of RGB (Red+Green+Blue) = 48+5+44=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30052C is #CFFAD3. Grayscale: #161616. Windows color (decimal): -13630164 or 2884912. OLE color: 2884912.

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

Color convert

RGB 48 5 44 -
CMYK 0 0.90 0.08 0.81
HSL 305.58º 0.81% 0.1% -
HSV(B) 305.58º 0.9% 0.19% -
XYZ 1.73 0.92 2.47 -
YUV 22.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 48 5 44 0 0.90 0.08 0.81 305.58 0.81 0.1
Hex 30 5 2C 0 5A 8 51 132 51 A
Octal 60 5 54 0 132 10 121 462 121 12
Binary 110000 101 101100 0 1011010 1000 1010001 100110010 1010001 1010

Color Harmonies of #30052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30052C

Black with #30052C

Text Example


Text Example

White with #30052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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