Html Css Color HEX #2F192F Mardi Gras

📋 copy color: '#2F192F'

red 47 ◦ green 25 ◦ blue 47

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

Shades of Mardi Gras #2F192F

Tints of Mardi Gras #2F192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.01%

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

R = 39.5%
G = 21.01%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#2F192F (or 0x2F192F) is known color: Mardi Gras. HEX triplet: 2F, 19 and 2F. RGB value is (47,25,47). Sum of RGB (Red+Green+Blue) = 47+25+47=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 47 - color contains mainly: red, blue. Hex color #2F192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F192F is #D0E6D0. Grayscale: #222222. Windows color (decimal): -13690577 or 3086639. OLE color: 3086639.

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

Color convert

RGB 47 25 47 -
CMYK 0 0.47 0 0.82
HSL 300º 0.31% 0.14% -
HSV(B) 300º 0.47% 0.18% -
XYZ 2.03 1.5 2.87 -
YUV 34.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 47 25 47 0 0.47 0 0.82 300 0.31 0.14
Hex 2F 19 2F 0 2F 0 52 12C 1F E
Octal 57 31 57 0 57 0 122 454 37 16
Binary 101111 11001 101111 0 101111 0 1010010 100101100 11111 1110

Color Harmonies of #2F192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F192F

Black with #2F192F

Text Example


Text Example

White with #2F192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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