Html Css Color HEX #2F022F Mardi Gras

📋 copy color: '#2F022F'

red 47 ◦ green 2 ◦ blue 47

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

Shades of Mardi Gras #2F022F

Tints of Mardi Gras #2F022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 48.96%

R = 48.96%
G = 2.08%
B = 48.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#2F022F (or 0x2F022F) is known color: Mardi Gras. HEX triplet: 2F, 02 and 2F. RGB value is (47,2,47). Sum of RGB (Red+Green+Blue) = 47+2+47=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: red, blue. Hex color #2F022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F022F is #D0FDD0. Grayscale: #141414. Windows color (decimal): -13696465 or 3080751. OLE color: 3080751.

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

Color convert

RGB 47 2 47 -
CMYK 0 0.96 0 0.82
HSL 300º 0.92% 0.1% -
HSV(B) 300º 0.96% 0.18% -
XYZ 1.71 0.85 2.76 -
YUV 20.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 47 2 47 0 0.96 0 0.82 300 0.92 0.1
Hex 2F 2 2F 0 60 0 52 12C 5C A
Octal 57 2 57 0 140 0 122 454 134 12
Binary 101111 10 101111 0 1100000 0 1010010 100101100 1011100 1010

Color Harmonies of #2F022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F022F

Black with #2F022F

Text Example


Text Example

White with #2F022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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