#2F2424

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

Shades of Nero #2F2424

Tints of Nero #2F2424

Color information

#2F2424 (or 0x2F2424) is unknown color: approx Nero. HEX triplet: 2F, 24 and 24. RGB value is (47,36,36). Sum of RGB (Red+Green+Blue) = 47+36+36=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2424 is #D0DBDB. Grayscale: #272727. Windows color (decimal): -13687772 or 2368559. OLE color: 2368559.

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

Color convert

RGB473636-
CMYK00.230.230.82
HSL13.25%16.27%-
HSV(B)23.4%18.43%-
XYZ2.121.991.94-
YUV39.29126.14133.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 39.50%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 36 (14.45% from 255) = 30.25%
R=39.50%
G=30.25%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47363600.230.230.82013.2516.27
Hex2F242401717520d10
Octal5744440272712201520
Binary1011111001001001000101111011110100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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