Html Css Color HEX #201C1C Nero

📋 copy color: '#201C1C'

red 32 ◦ green 28 ◦ blue 28

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

Shades of Nero #201C1C

Tints of Nero #201C1C

RGB

 RED value IS 32 (12.89% from 255) = 36.36%

 GREEN value IS 28 (11.33% from 255) = 31.82%

 BLUE value IS 28 (11.33% from 255) = 31.82%

R = 36.36%
G = 31.82%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#201C1C (or 0x201C1C) is known color: Nero. HEX triplet: 20, 1C and 1C. RGB value is (32,28,28). Sum of RGB (Red+Green+Blue) = 32+28+28=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 32 - color contains mainly: red. Hex color #201C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C1C is #DFE3E3. Grayscale: #1D1D1D. Windows color (decimal): -14672868 or 1842208. OLE color: 1842208.

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

Color convert

RGB 32 28 28 -
CMYK 0 0.12 0.12 0.87
HSL 0.07% 0.12% -
HSV(B) 0.13% 0.13% -
XYZ 1.22 1.22 1.27 -
YUV 29.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 32 28 28 0 0.12 0.12 0.87 0 0.07 0.12
Hex 20 1C 1C 0 C C 57 0 7 C
Octal 40 34 34 0 14 14 127 0 7 14
Binary 100000 11100 11100 0 1100 1100 1010111 0 111 1100

Color Harmonies of #201C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C1C

Black with #201C1C

Text Example


Text Example

White with #201C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #201C1C;
 }
 .AnyTagClassName
 {
   color: #201C1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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