Html Css Color HEX #30042F Mardi Gras

📋 copy color: '#30042F'

red 48 ◦ green 4 ◦ blue 47

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

Shades of Mardi Gras #30042F

Tints of Mardi Gras #30042F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 47.47%

R = 48.48%
G = 4.04%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#30042F (or 0x30042F) is known color: Mardi Gras. HEX triplet: 30, 04 and 2F. RGB value is (48,4,47). Sum of RGB (Red+Green+Blue) = 48+4+47=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30042F is #CFFBD0. Grayscale: #151515. Windows color (decimal): -13630417 or 3081264. OLE color: 3081264.

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

Color convert

RGB 48 4 47 -
CMYK 0 0.92 0.02 0.81
HSL 301.36º 0.85% 0.1% -
HSV(B) 301.36º 0.92% 0.19% -
XYZ 1.78 0.92 2.77 -
YUV 22.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 48 4 47 0 0.92 0.02 0.81 301.36 0.85 0.1
Hex 30 4 2F 0 5C 2 51 12D 55 A
Octal 60 4 57 0 134 2 121 455 125 12
Binary 110000 100 101111 0 1011100 10 1010001 100101101 1010101 1010

Color Harmonies of #30042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30042F

Black with #30042F

Text Example


Text Example

White with #30042F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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