Html Css Color HEX #30042B Mardi Gras

📋 copy color: '#30042B'

red 48 ◦ green 4 ◦ blue 43

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

Shades of Mardi Gras #30042B

Tints of Mardi Gras #30042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 45.26%

R = 50.53%
G = 4.21%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30042B (or 0x30042B) is known color: Mardi Gras. HEX triplet: 30, 04 and 2B. RGB value is (48,4,43). Sum of RGB (Red+Green+Blue) = 48+4+43=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30042B is #CFFBD4. Grayscale: #151515. Windows color (decimal): -13630421 or 2819120. OLE color: 2819120.

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

Color convert

RGB 48 4 43 -
CMYK 0 0.92 0.10 0.81
HSL 306.82º 0.85% 0.1% -
HSV(B) 306.82º 0.92% 0.19% -
XYZ 1.7 0.89 2.37 -
YUV 21.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 48 4 43 0 0.92 0.10 0.81 306.82 0.85 0.1
Hex 30 4 2B 0 5C A 51 133 55 A
Octal 60 4 53 0 134 12 121 463 125 12
Binary 110000 100 101011 0 1011100 1010 1010001 100110011 1010101 1010

Color Harmonies of #30042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30042B

Black with #30042B

Text Example


Text Example

White with #30042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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