Html Css Color HEX #30112F Mardi Gras

📋 copy color: '#30112F'

red 48 ◦ green 17 ◦ blue 47

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

Shades of Mardi Gras #30112F

Tints of Mardi Gras #30112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.18%

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

R = 42.86%
G = 15.18%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#30112F (or 0x30112F) is known color: Mardi Gras. HEX triplet: 30, 11 and 2F. RGB value is (48,17,47). Sum of RGB (Red+Green+Blue) = 48+17+47=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #30112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30112F is #CFEED0. Grayscale: #1D1D1D. Windows color (decimal): -13627089 or 3084592. OLE color: 3084592.

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

Color convert

RGB 48 17 47 -
CMYK 0 0.65 0.02 0.81
HSL 301.94º 0.48% 0.13% -
HSV(B) 301.94º 0.65% 0.19% -
XYZ 1.93 1.23 2.83 -
YUV 29.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 48 17 47 0 0.65 0.02 0.81 301.94 0.48 0.13
Hex 30 11 2F 0 41 2 51 12E 30 D
Octal 60 21 57 0 101 2 121 456 60 15
Binary 110000 10001 101111 0 1000001 10 1010001 100101110 110000 1101

Color Harmonies of #30112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30112F

Black with #30112F

Text Example


Text Example

White with #30112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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