#2A2120

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

Shades of Nero #2A2120

Tints of Nero #2A2120

Color information

#2A2120 (or 0x2A2120) is unknown color: approx Nero. HEX triplet: 2A, 21 and 20. RGB value is (42,33,32). Sum of RGB (Red+Green+Blue) = 42+33+32=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2120 is #D5DEDF. Grayscale: #232323. Windows color (decimal): -14016224 or 2105642. OLE color: 2105642.

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

Color convert

RGB423332-
CMYK00.210.240.84
HSL13.51%14.51%-
HSV(B)23.81%16.47%-
XYZ1.761.681.6-
YUV35.58125.98132.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 39.25%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=39.25%
G=30.84%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42333200.210.240.84613.5114.51
Hex2A212001518546ef
Octal5241400253012461617
Binary10101010000110000001010111000101010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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