#2F192D

Color #2F192D Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #2F192D

Tints of Mardi Gras #2F192D

Color information

#2F192D (or 0x2F192D) is unknown color: approx Mardi Gras. HEX triplet: 2F, 19 and 2D. RGB value is (47,25,45). Sum of RGB (Red+Green+Blue) = 47+25+45=117 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.17% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 47 - color contains mainly: red. Hex color #2F192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F192D is #D0E6D2. Grayscale: #212121. Windows color (decimal): -13690579 or 2955567. OLE color: 2955567.

HSL color Cylindrical-coordinate representation of color #2F192D: hue angle of 305.45º 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 #2F192D is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB472545-
CMYK00.470.040.82
HSL305.45º30.56%14.12%-
HSV(B)305.45º46.81%18.43%-
XYZ1.991.492.66-
YUV33.86134.29137.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.17%
GREEN value IS 25 (10.16% from 255) = 21.37%
BLUE value IS 45 (17.97% from 255) = 38.46%
R=40.17%
G=21.37%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47254500.470.040.82305.4530.5614.12
Hex2F192D02F4521311fe
Octal57315505741224613716
Binary1011111100110110101011111001010010100110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F192D;
 }
 .AnyTagClassName
 {
   color: #2F192D;
 }
</style>
background-color css

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

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

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

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

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

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