Html Css Color HEX #30052A Mardi Gras

📋 copy color: '#30052A'

red 48 ◦ green 5 ◦ blue 42

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

Shades of Mardi Gras #30052A

Tints of Mardi Gras #30052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 44.21%

R = 50.53%
G = 5.26%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#30052A (or 0x30052A) is known color: Mardi Gras. HEX triplet: 30, 05 and 2A. RGB value is (48,5,42). Sum of RGB (Red+Green+Blue) = 48+5+42=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30052A is #CFFAD5. Grayscale: #151515. Windows color (decimal): -13630166 or 2753840. OLE color: 2753840.

HSL color Cylindrical-coordinate representation of color #30052A: hue angle of 308.37º 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 #30052A is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 5 42 -
CMYK 0 0.90 0.13 0.81
HSL 308.37º 0.81% 0.1% -
HSV(B) 308.37º 0.9% 0.19% -
XYZ 1.69 0.9 2.28 -
YUV 22.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 48 5 42 0 0.90 0.13 0.81 308.37 0.81 0.1
Hex 30 5 2A 0 5A D 51 134 51 A
Octal 60 5 52 0 132 15 121 464 121 12
Binary 110000 101 101010 0 1011010 1101 1010001 100110100 1010001 1010

Color Harmonies of #30052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30052A

Black with #30052A

Text Example


Text Example

White with #30052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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