Html Css Color HEX #2F092F Mardi Gras

📋 copy color: '#2F092F'

red 47 ◦ green 9 ◦ blue 47

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

Shades of Mardi Gras #2F092F

Tints of Mardi Gras #2F092F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.74%

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

R = 45.63%
G = 8.74%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#2F092F (or 0x2F092F) is known color: Mardi Gras. HEX triplet: 2F, 09 and 2F. RGB value is (47,9,47). Sum of RGB (Red+Green+Blue) = 47+9+47=103 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.63% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: red, blue. Hex color #2F092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F092F is #D0F6D0. Grayscale: #181818. Windows color (decimal): -13694673 or 3082543. OLE color: 3082543.

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

Color convert

RGB 47 9 47 -
CMYK 0 0.81 0 0.82
HSL 300º 0.68% 0.11% -
HSV(B) 300º 0.81% 0.18% -
XYZ 1.78 1 2.79 -
YUV 24.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 47 9 47 0 0.81 0 0.82 300 0.68 0.11
Hex 2F 9 2F 0 51 0 52 12C 44 B
Octal 57 11 57 0 121 0 122 454 104 13
Binary 101111 1001 101111 0 1010001 0 1010010 100101100 1000100 1011

Color Harmonies of #2F092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F092F

Black with #2F092F

Text Example


Text Example

White with #2F092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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