#2F172E

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

Shades of Mardi Gras #2F172E

Tints of Mardi Gras #2F172E

Color information

#2F172E (or 0x2F172E) is unknown color: approx Mardi Gras. HEX triplet: 2F, 17 and 2E. RGB value is (47,23,46). Sum of RGB (Red+Green+Blue) = 47+23+46=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 47 - color contains mainly: red. Hex color #2F172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F172E is #D0E8D1. Grayscale: #202020. Windows color (decimal): -13691090 or 3020591. OLE color: 3020591.

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

Color convert

RGB472346-
CMYK00.510.020.82
HSL302.5º34.29%13.73%-
HSV(B)302.5º51.06%18.43%-
XYZ1.971.412.75-
YUV32.8135.45138.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.52%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=40.52%
G=19.83%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47234600.510.020.82302.534.2913.73
Hex2F172E03325212e22e
Octal57275606321224564216
Binary1011111011110111001100111010100101001011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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