Html Css Color HEX #2F012E Mardi Gras

📋 copy color: '#2F012E'

red 47 ◦ green 1 ◦ blue 46

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

Shades of Mardi Gras #2F012E

Tints of Mardi Gras #2F012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.06%

 BLUE value IS 46 (18.36% from 255) = 48.94%

R = 50%
G = 1.06%
B = 48.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.82

RGB Variations

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

Color information

#2F012E (or 0x2F012E) is known color: Mardi Gras. HEX triplet: 2F, 01 and 2E. RGB value is (47,1,46). Sum of RGB (Red+Green+Blue) = 47+1+46=94 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 47 - color contains mainly: red. Hex color #2F012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F012E is #D0FED1. Grayscale: #131313. Windows color (decimal): -13696722 or 3014959. OLE color: 3014959.

HSL color Cylindrical-coordinate representation of color #2F012E: hue angle of 301.3º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F012E is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 1 46 -
CMYK 0 0.98 0.02 0.82
HSL 301.3º 0.96% 0.09% -
HSV(B) 301.3º 0.98% 0.18% -
XYZ 1.68 0.82 2.66 -
YUV 19.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 47 1 46 0 0.98 0.02 0.82 301.3 0.96 0.09
Hex 2F 1 2E 0 62 2 52 12D 60 9
Octal 57 1 56 0 142 2 122 455 140 11
Binary 101111 1 101110 0 1100010 10 1010010 100101101 1100000 1001

Color Harmonies of #2F012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F012E

Black with #2F012E

Text Example


Text Example

White with #2F012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,1,46); }

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

background-color css

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

 a { background-color: rgb(47,1,46); }

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

border-color css

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

 span { border-color: rgb(47,1,46); }

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