#201C1B

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

Shades of Nero #201C1B

Tints of Nero #201C1B

Color information

#201C1B (or 0x201C1B) is unknown color: approx Nero. HEX triplet: 20, 1C and 1B. RGB value is (32,28,27). Sum of RGB (Red+Green+Blue) = 32+28+27=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 32 - color contains mainly: red. Hex color #201C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C1B is #DFE3E4. Grayscale: #1D1D1D. Windows color (decimal): -14672869 or 1776672. OLE color: 1776672.

HSL color Cylindrical-coordinate representation of color #201C1B: hue angle of 12º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #201C1B is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB322827-
CMYK00.120.160.87
HSL12º8.47%11.57%-
HSV(B)12º15.62%12.55%-
XYZ1.211.221.21-
YUV29.08126.83130.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 28 (11.33% from 255) = 32.18%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=36.78%
G=32.18%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32282700.120.160.87128.4711.57
Hex201C1B0C1057c8c
Octal40343301420127141014
Binary100000111001101101100100001010111110010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201C1B; }

 p { color: rgb(32,28,27); }

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

<style>
 a { background-color: #201C1B; }

 a { background-color: rgb(32,28,27); }

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

<style>
 span { border-color: #201C1B; }

 span { border-color: rgb(32,28,27); }

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