Html Css Color HEX #30052D Mardi Gras

📋 copy color: '#30052D'

red 48 ◦ green 5 ◦ blue 45

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

Shades of Mardi Gras #30052D

Tints of Mardi Gras #30052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 45.92%

R = 48.98%
G = 5.1%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#30052D (or 0x30052D) is known color: Mardi Gras. HEX triplet: 30, 05 and 2D. RGB value is (48,5,45). Sum of RGB (Red+Green+Blue) = 48+5+45=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30052D is #CFFAD2. Grayscale: #161616. Windows color (decimal): -13630163 or 2950448. OLE color: 2950448.

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

Color convert

RGB 48 5 45 -
CMYK 0 0.90 0.06 0.81
HSL 304.19º 0.81% 0.1% -
HSV(B) 304.19º 0.9% 0.19% -
XYZ 1.75 0.93 2.57 -
YUV 22.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 48 5 45 0 0.90 0.06 0.81 304.19 0.81 0.1
Hex 30 5 2D 0 5A 6 51 130 51 A
Octal 60 5 55 0 132 6 121 460 121 12
Binary 110000 101 101101 0 1011010 110 1010001 100110000 1010001 1010

Color Harmonies of #30052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30052D

Black with #30052D

Text Example


Text Example

White with #30052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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