Html Css Color HEX #211A19 Nero

📋 copy color: '#211A19'

red 33 ◦ green 26 ◦ blue 25

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

Shades of Nero #211A19

Tints of Nero #211A19

RGB

 RED value IS 33 (13.28% from 255) = 39.29%

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

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

R = 39.29%
G = 30.95%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.87

RGB Variations

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

Color information

#211A19 (or 0x211A19) is known color: Nero. HEX triplet: 21, 1A and 19. RGB value is (33,26,25). Sum of RGB (Red+Green+Blue) = 33+26+25=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 33 - color contains mainly: red. Hex color #211A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211A19 is #DEE5E6. Grayscale: #1B1B1B. Windows color (decimal): -14607847 or 1645089. OLE color: 1645089.

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

Color convert

RGB 33 26 25 -
CMYK 0 0.21 0.24 0.87
HSL 7.5º 0.14% 0.11% -
HSV(B) 7.5º 0.24% 0.13% -
XYZ 1.17 1.13 1.08 -
YUV 27.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 33 26 25 0 0.21 0.24 0.87 7.5 0.14 0.11
Hex 21 1A 19 0 15 18 57 8 E B
Octal 41 32 31 0 25 30 127 10 16 13
Binary 100001 11010 11001 0 10101 11000 1010111 1000 1110 1011

Color Harmonies of #211A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A19

Black with #211A19

Text Example


Text Example

White with #211A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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