#2A201F

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

Shades of Nero #2A201F

Tints of Nero #2A201F

Color information

#2A201F (or 0x2A201F) is unknown color: approx Nero. HEX triplet: 2A, 20 and 1F. RGB value is (42,32,31). Sum of RGB (Red+Green+Blue) = 42+32+31=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 42 - color contains mainly: red. Hex color #2A201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A201F is #D5DFE0. Grayscale: #222222. Windows color (decimal): -14016481 or 2039850. OLE color: 2039850.

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

Color convert

RGB423231-
CMYK00.240.260.84
HSL5.45º15.07%14.31%-
HSV(B)5.45º26.19%16.47%-
XYZ1.721.621.52-
YUV34.88125.81133.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=40%
G=30.48%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42323100.240.260.845.4515.0714.31
Hex2A201F0181A545fe
Octal5240370303212451716
Binary1010101000001111101100011010101010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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