Html Css Color HEX #201A19 Nero

📋 copy color: '#201A19'

red 32 ◦ green 26 ◦ blue 25

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

Shades of Nero #201A19

Tints of Nero #201A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 31.33%

 BLUE value IS 25 (10.16% from 255) = 30.12%

R = 38.55%
G = 31.33%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.87

RGB Variations

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

Color information

#201A19 (or 0x201A19) is known color: Nero. HEX triplet: 20, 1A and 19. RGB value is (32,26,25). Sum of RGB (Red+Green+Blue) = 32+26+25=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 32 - color contains mainly: red. Hex color #201A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201A19 is #DFE5E6. Grayscale: #1B1B1B. Windows color (decimal): -14673383 or 1645088. OLE color: 1645088.

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

Color convert

RGB 32 26 25 -
CMYK 0 0.19 0.22 0.87
HSL 8.57º 0.12% 0.11% -
HSV(B) 8.57º 0.22% 0.13% -
XYZ 1.14 1.12 1.08 -
YUV 27.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 32 26 25 0 0.19 0.22 0.87 8.57 0.12 0.11
Hex 20 1A 19 0 13 16 57 9 C B
Octal 40 32 31 0 23 26 127 11 14 13
Binary 100000 11010 11001 0 10011 10110 1010111 1001 1100 1011

Color Harmonies of #201A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201A19

Black with #201A19

Text Example


Text Example

White with #201A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,26,25); }

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

background-color css

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

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

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

border-color css

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

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

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