#2F2121

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

Shades of Nero #2F2121

Tints of Nero #2F2121

Color information

#2F2121 (or 0x2F2121) is unknown color: approx Nero. HEX triplet: 2F, 21 and 21. RGB value is (47,33,33). Sum of RGB (Red+Green+Blue) = 47+33+33=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2121 is #D0DEDE. Grayscale: #252525. Windows color (decimal): -13688543 or 2171183. OLE color: 2171183.

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

Color convert

RGB473333-
CMYK00.300.300.82
HSL17.5%15.69%-
HSV(B)29.79%18.43%-
XYZ1.991.81.68-
YUV37.19125.64135-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.59%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=41.59%
G=29.20%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47333300.300.300.82017.515.69
Hex2F212101E1E5201210
Octal5741410363612202220
Binary10111110000110000101111011110101001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,33,33); }

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

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

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

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

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

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

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