#2F2120

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

Shades of Nero #2F2120

Tints of Nero #2F2120

Color information

#2F2120 (or 0x2F2120) is unknown color: approx Nero. HEX triplet: 2F, 21 and 20. RGB value is (47,33,32). Sum of RGB (Red+Green+Blue) = 47+33+32=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2120 is #D0DEDF. Grayscale: #252525. Windows color (decimal): -13688544 or 2105647. OLE color: 2105647.

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

Color convert

RGB473332-
CMYK00.300.320.82
HSL18.99%15.49%-
HSV(B)31.91%18.43%-
XYZ1.981.81.61-
YUV37.07125.14135.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.96%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=41.96%
G=29.46%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47333200.300.320.82418.9915.49
Hex2F212001E2052413f
Octal5741400364012242317
Binary1011111000011000000111101000001010010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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