#2F2230

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

Shades of Mardi Gras #2F2230

Tints of Mardi Gras #2F2230

Color information

#2F2230 (or 0x2F2230) is unknown color: approx Mardi Gras. HEX triplet: 2F, 22 and 30. RGB value is (47,34,48). Sum of RGB (Red+Green+Blue) = 47+34+48=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F2230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2230 is #D0DDCF. Grayscale: #272727. Windows color (decimal): -13688272 or 3154479. OLE color: 3154479.

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

Color convert

RGB473448-
CMYK0.020.2900.81
HSL295.71º17.07%16.08%-
HSV(B)295.71º29.17%18.82%-
XYZ2.281.963.05-
YUV39.48132.81133.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.43%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=36.43%
G=26.36%
B=37.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4734480.020.2900.81295.7117.0716.08
Hex2F223021D0511281110
Octal57426023501214502120
Binary1011111000101100001011101010100011001010001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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