Html Css Color HEX #211919 Nero

📋 copy color: '#211919'

red 33 ◦ green 25 ◦ blue 25

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

Shades of Nero #211919

Tints of Nero #211919

RGB

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

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

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

R = 39.76%
G = 30.12%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.87

RGB Variations

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

Color information

#211919 (or 0x211919) is known color: Nero. HEX triplet: 21, 19 and 19. RGB value is (33,25,25). Sum of RGB (Red+Green+Blue) = 33+25+25=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 33 - color contains mainly: red. Hex color #211919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211919 is #DEE6E6. Grayscale: #1B1B1B. Windows color (decimal): -14608103 or 1644833. OLE color: 1644833.

HSL color Cylindrical-coordinate representation of color #211919: hue angle of 0º 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 #211919 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 25 25 -
CMYK 0 0.24 0.24 0.87
HSL 0.14% 0.11% -
HSV(B) 0.24% 0.13% -
XYZ 1.15 1.09 1.07 -
YUV 27.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 33 25 25 0 0.24 0.24 0.87 0 0.14 0.11
Hex 21 19 19 0 18 18 57 0 E B
Octal 41 31 31 0 30 30 127 0 16 13
Binary 100001 11001 11001 0 11000 11000 1010111 0 1110 1011

Color Harmonies of #211919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211919

Black with #211919

Text Example


Text Example

White with #211919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211919; }

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

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

background-color css

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

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

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

border-color css

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

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

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