#2F2323

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

Shades of Nero #2F2323

Tints of Nero #2F2323

Color information

#2F2323 (or 0x2F2323) is unknown color: approx Nero. HEX triplet: 2F, 23 and 23. RGB value is (47,35,35). Sum of RGB (Red+Green+Blue) = 47+35+35=117 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.17% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2323 is #D0DCDC. Grayscale: #262626. Windows color (decimal): -13688029 or 2302767. OLE color: 2302767.

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

Color convert

RGB473535-
CMYK00.260.260.82
HSL14.63%16.08%-
HSV(B)25.53%18.43%-
XYZ2.081.931.85-
YUV38.59125.98134-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 40.17%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 35 (14.06% from 255) = 29.91%
R=40.17%
G=29.91%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47353500.260.260.82014.6316.08
Hex2F232301A1A520f10
Octal5743430323212201720
Binary1011111000111000110110101101010100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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