Html Css Color HEX #2F0331 Mardi Gras

📋 copy color: '#2F0331'

red 47 ◦ green 3 ◦ blue 49

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

Shades of Mardi Gras #2F0331

Tints of Mardi Gras #2F0331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.03%

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

R = 47.47%
G = 3.03%
B = 49.49%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2F0331 (or 0x2F0331) is known color: Mardi Gras. HEX triplet: 2F, 03 and 31. RGB value is (47,3,49). Sum of RGB (Red+Green+Blue) = 47+3+49=99 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47.47% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F0331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0331 is #D0FCCE. Grayscale: #151515. Windows color (decimal): -13696207 or 3212079. OLE color: 3212079.

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

Color convert

RGB 47 3 49 -
CMYK 0.04 0.94 0 0.81
HSL 297.39º 0.88% 0.1% -
HSV(B) 297.39º 0.94% 0.19% -
XYZ 1.76 0.89 2.99 -
YUV 21.4 143.58 146.26 -
System Red Green Blue C M Y K H S L
Decimal 47 3 49 0.04 0.94 0 0.81 297.39 0.88 0.1
Hex 2F 3 31 4 5E 0 51 129 58 A
Octal 57 3 61 4 136 0 121 451 130 12
Binary 101111 11 110001 100 1011110 0 1010001 100101001 1011000 1010

Color Harmonies of #2F0331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0331

Black with #2F0331

Text Example


Text Example

White with #2F0331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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