Html Css Color HEX #2F1931 Mardi Gras

📋 copy color: '#2F1931'

red 47 ◦ green 25 ◦ blue 49

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

Shades of Mardi Gras #2F1931

Tints of Mardi Gras #2F1931

RGB

 RED value IS 47 (18.75% from 255) = 38.84%

 GREEN value IS 25 (10.16% from 255) = 20.66%

 BLUE value IS 49 (19.53% from 255) = 40.5%

R = 38.84%
G = 20.66%
B = 40.5%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2F1931 (or 0x2F1931) is known color: Mardi Gras. HEX triplet: 2F, 19 and 31. RGB value is (47,25,49). Sum of RGB (Red+Green+Blue) = 47+25+49=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F1931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1931 is #D0E6CE. Grayscale: #222222. Windows color (decimal): -13690575 or 3217711. OLE color: 3217711.

HSL color Cylindrical-coordinate representation of color #2F1931: hue angle of 295º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F1931 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 47 25 49 -
CMYK 0.04 0.49 0 0.81
HSL 295º 0.32% 0.15% -
HSV(B) 295º 0.49% 0.19% -
XYZ 2.07 1.52 3.09 -
YUV 34.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 47 25 49 0.04 0.49 0 0.81 295 0.32 0.15
Hex 2F 19 31 4 31 0 51 127 20 F
Octal 57 31 61 4 61 0 121 447 40 17
Binary 101111 11001 110001 100 110001 0 1010001 100100111 100000 1111

Color Harmonies of #2F1931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1931

Black with #2F1931

Text Example


Text Example

White with #2F1931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F1931; }

 p { color: rgb(47,25,49); }

 H1.HeaderClassName
 {
   color: #2F1931;
 }
 .AnyTagClassName
 {
   color: #2F1931;
 }
</style>

background-color css

<style>
 a { background-color: #2F1931; }

 a { background-color: rgb(47,25,49); }

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

border-color css

<style>
 span { border-color: #2F1931; }

 span { border-color: rgb(47,25,49); }

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