Html Css Color HEX #30032F Mardi Gras

📋 copy color: '#30032F'

red 48 ◦ green 3 ◦ blue 47

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

Shades of Mardi Gras #30032F

Tints of Mardi Gras #30032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.06%

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

R = 48.98%
G = 3.06%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#30032F (or 0x30032F) is known color: Mardi Gras. HEX triplet: 30, 03 and 2F. RGB value is (48,3,47). Sum of RGB (Red+Green+Blue) = 48+3+47=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30032F is #CFFCD0. Grayscale: #151515. Windows color (decimal): -13630673 or 3081008. OLE color: 3081008.

HSL color Cylindrical-coordinate representation of color #30032F: hue angle of 301.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30032F is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 3 47 -
CMYK 0 0.94 0.02 0.81
HSL 301.33º 0.88% 0.1% -
HSV(B) 301.33º 0.94% 0.19% -
XYZ 1.76 0.9 2.77 -
YUV 21.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 48 3 47 0 0.94 0.02 0.81 301.33 0.88 0.1
Hex 30 3 2F 0 5E 2 51 12D 58 A
Octal 60 3 57 0 136 2 121 455 130 12
Binary 110000 11 101111 0 1011110 10 1010001 100101101 1011000 1010

Color Harmonies of #30032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30032F

Black with #30032F

Text Example


Text Example

White with #30032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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