Html Css Color HEX #30132F Mardi Gras

📋 copy color: '#30132F'

red 48 ◦ green 19 ◦ blue 47

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

Shades of Mardi Gras #30132F

Tints of Mardi Gras #30132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.67%

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

R = 42.11%
G = 16.67%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#30132F (or 0x30132F) is known color: Mardi Gras. HEX triplet: 30, 13 and 2F. RGB value is (48,19,47). Sum of RGB (Red+Green+Blue) = 48+19+47=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #30132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30132F is #CFECD0. Grayscale: #1E1E1E. Windows color (decimal): -13626577 or 3085104. OLE color: 3085104.

HSL color Cylindrical-coordinate representation of color #30132F: hue angle of 302.07º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30132F is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 19 47 -
CMYK 0 0.60 0.02 0.81
HSL 302.07º 0.43% 0.13% -
HSV(B) 302.07º 0.6% 0.19% -
XYZ 1.96 1.3 2.84 -
YUV 30.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 48 19 47 0 0.60 0.02 0.81 302.07 0.43 0.13
Hex 30 13 2F 0 3C 2 51 12E 2B D
Octal 60 23 57 0 74 2 121 456 53 15
Binary 110000 10011 101111 0 111100 10 1010001 100101110 101011 1101

Color Harmonies of #30132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30132F

Black with #30132F

Text Example


Text Example

White with #30132F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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