Html Css Color HEX #2F0231 Mardi Gras

📋 copy color: '#2F0231'

red 47 ◦ green 2 ◦ blue 49

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

Shades of Mardi Gras #2F0231

Tints of Mardi Gras #2F0231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.04%

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

R = 47.96%
G = 2.04%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2F0231 (or 0x2F0231) is known color: Mardi Gras. HEX triplet: 2F, 02 and 31. RGB value is (47,2,49). Sum of RGB (Red+Green+Blue) = 47+2+49=98 (12% of max value = 765). Red value is 47 (18.75% from 255 or 47.96% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F0231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0231 is #D0FDCE. Grayscale: #141414. Windows color (decimal): -13696463 or 3211823. OLE color: 3211823.

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

Color convert

RGB 47 2 49 -
CMYK 0.04 0.96 0 0.81
HSL 297.45º 0.92% 0.1% -
HSV(B) 297.45º 0.96% 0.19% -
XYZ 1.75 0.87 2.98 -
YUV 20.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 47 2 49 0.04 0.96 0 0.81 297.45 0.92 0.1
Hex 2F 2 31 4 60 0 51 129 5C A
Octal 57 2 61 4 140 0 121 451 134 12
Binary 101111 10 110001 100 1100000 0 1010001 100101001 1011100 1010

Color Harmonies of #2F0231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0231

Black with #2F0231

Text Example


Text Example

White with #2F0231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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