#2F012B

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

Shades of Mardi Gras #2F012B

Tints of Mardi Gras #2F012B

Color information

#2F012B (or 0x2F012B) is unknown color: approx Mardi Gras. HEX triplet: 2F, 01 and 2B. RGB value is (47,1,43). Sum of RGB (Red+Green+Blue) = 47+1+43=91 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.65% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 47 - color contains mainly: red. Hex color #2F012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F012B is #D0FED4. Grayscale: #131313. Windows color (decimal): -13696725 or 2818351. OLE color: 2818351.

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

Color convert

RGB47143-
CMYK00.980.090.82
HSL305.22º95.83%9.41%-
HSV(B)305.22º97.87%18.43%-
XYZ1.620.82.35-
YUV19.54141.24147.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 51.65%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 43 (17.19% from 255) = 47.25%
R=51.65%
G=1.10%
B=47.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4714300.980.090.82305.2295.839.41
Hex2F12B062952131609
Octal5715301421112246114011
Binary1011111101011011000101001101001010011000111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,1,43); }

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

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

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

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

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

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

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