Html Css Color HEX #201C1B Nero

📋 copy color: '#201C1B'

red 32 ◦ green 28 ◦ blue 27

#201C1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nero #201C1B

Tints of Nero #201C1B

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 value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.87

RGB Variations

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

Color information

#201C1B (or 0x201C1B) is known color: 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

RGB 32 28 27 -
CMYK 0 0.12 0.16 0.87
HSL 12º 0.08% 0.12% -
HSV(B) 12º 0.16% 0.13% -
XYZ 1.21 1.22 1.21 -
YUV 29.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 32 28 27 0 0.12 0.16 0.87 12 0.08 0.12
Hex 20 1C 1B 0 C 10 57 C 8 C
Octal 40 34 33 0 14 20 127 14 10 14
Binary 100000 11100 11011 0 1100 10000 1010111 1100 1000 1100

Color Harmonies of #201C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C1B

Black with #201C1B

Text Example


Text Example

White with #201C1B

Text Example


Text Example

HTML Codes & Css Web 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>