Html Css Color HEX #30042D Mardi Gras

📋 copy color: '#30042D'

red 48 ◦ green 4 ◦ blue 45

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

Shades of Mardi Gras #30042D

Tints of Mardi Gras #30042D

RGB

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

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

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

R = 49.48%
G = 4.12%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#30042D (or 0x30042D) is known color: Mardi Gras. HEX triplet: 30, 04 and 2D. RGB value is (48,4,45). Sum of RGB (Red+Green+Blue) = 48+4+45=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30042D is #CFFBD2. Grayscale: #151515. Windows color (decimal): -13630419 or 2950192. OLE color: 2950192.

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

Color convert

RGB 48 4 45 -
CMYK 0 0.92 0.06 0.81
HSL 304.09º 0.85% 0.1% -
HSV(B) 304.09º 0.92% 0.19% -
XYZ 1.74 0.9 2.57 -
YUV 21.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 48 4 45 0 0.92 0.06 0.81 304.09 0.85 0.1
Hex 30 4 2D 0 5C 6 51 130 55 A
Octal 60 4 55 0 134 6 121 460 125 12
Binary 110000 100 101101 0 1011100 110 1010001 100110000 1010101 1010

Color Harmonies of #30042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30042D

Black with #30042D

Text Example


Text Example

White with #30042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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