#2A2221

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

Shades of Nero #2A2221

Tints of Nero #2A2221

Color information

#2A2221 (or 0x2A2221) is unknown color: approx Nero. HEX triplet: 2A, 22 and 21. RGB value is (42,34,33). Sum of RGB (Red+Green+Blue) = 42+34+33=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2221 is #D5DDDE. Grayscale: #242424. Windows color (decimal): -14015967 or 2171434. OLE color: 2171434.

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

Color convert

RGB423433-
CMYK00.190.210.84
HSL6.67º12%14.71%-
HSV(B)6.67º21.43%16.47%-
XYZ1.81.751.68-
YUV36.28126.15132.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.53%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=38.53%
G=31.19%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42343300.190.210.846.671214.71
Hex2A222101315547cf
Octal5242410232512471417
Binary10101010001010000101001110101101010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,34,33); }

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

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

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

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

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

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

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