#2F2030

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

Shades of Mardi Gras #2F2030

Tints of Mardi Gras #2F2030

Color information

#2F2030 (or 0x2F2030) is unknown color: approx Mardi Gras. HEX triplet: 2F, 20 and 30. RGB value is (47,32,48). Sum of RGB (Red+Green+Blue) = 47+32+48=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F2030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2030 is #D0DFCF. Grayscale: #262626. Windows color (decimal): -13688784 or 3153967. OLE color: 3153967.

HSL color Cylindrical-coordinate representation of color #2F2030: hue angle of 296.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2F2030 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB473248-
CMYK0.020.3300.81
HSL296.25º20%15.69%-
HSV(B)296.25º33.33%18.82%-
XYZ2.221.853.04-
YUV38.31133.47134.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.01%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 48 (19.14% from 255) = 37.80%
R=37.01%
G=25.20%
B=37.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4732480.020.3300.81296.252015.69
Hex2F20302210511281410
Octal57406024101214502420
Binary10111110000011000010100001010100011001010001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,32,48); }

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

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

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

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

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

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

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