Html Css Color HEX #2F2531 Mardi Gras

📋 copy color: '#2F2531'

red 47 ◦ green 37 ◦ blue 49

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

Shades of Mardi Gras #2F2531

Tints of Mardi Gras #2F2531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.82%

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

R = 35.34%
G = 27.82%
B = 36.84%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2F2531 (or 0x2F2531) is known color: Mardi Gras. HEX triplet: 2F, 25 and 31. RGB value is (47,37,49). Sum of RGB (Red+Green+Blue) = 47+37+49=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F2531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2531 is #D0DACE. Grayscale: #292929. Windows color (decimal): -13687503 or 3220783. OLE color: 3220783.

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

Color convert

RGB 47 37 49 -
CMYK 0.04 0.24 0 0.81
HSL 290º 0.14% 0.17% -
HSV(B) 290º 0.24% 0.19% -
XYZ 2.39 2.15 3.19 -
YUV 41.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 47 37 49 0.04 0.24 0 0.81 290 0.14 0.17
Hex 2F 25 31 4 18 0 51 122 E 11
Octal 57 45 61 4 30 0 121 442 16 21
Binary 101111 100101 110001 100 11000 0 1010001 100100010 1110 10001

Color Harmonies of #2F2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2531

Black with #2F2531

Text Example


Text Example

White with #2F2531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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