Html Css Color HEX #191616 Nero

📋 copy color: '#191616'

red 25 ◦ green 22 ◦ blue 22

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

Shades of Nero #191616

Tints of Nero #191616

RGB

 RED value IS 25 (10.16% from 255) = 36.23%

 GREEN value IS 22 (8.98% from 255) = 31.88%

 BLUE value IS 22 (8.98% from 255) = 31.88%

R = 36.23%
G = 31.88%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.90

RGB Variations

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

Color information

#191616 (or 0x191616) is known color: Nero. HEX triplet: 19, 16 and 16. RGB value is (25,22,22). Sum of RGB (Red+Green+Blue) = 25+22+22=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 25 - color contains mainly: red. Hex color #191616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191616 is #E6E9E9. Grayscale: #161616. Windows color (decimal): -15133162 or 1447449. OLE color: 1447449.

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

Color convert

RGB 25 22 22 -
CMYK 0 0.12 0.12 0.90
HSL 0.06% 0.09% -
HSV(B) 0.12% 0.1% -
XYZ 0.83 0.84 0.88 -
YUV 22.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 25 22 22 0 0.12 0.12 0.90 0 0.06 0.09
Hex 19 16 16 0 C C 5A 0 6 9
Octal 31 26 26 0 14 14 132 0 6 11
Binary 11001 10110 10110 0 1100 1100 1011010 0 110 1001

Color Harmonies of #191616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191616

Black with #191616

Text Example


Text Example

White with #191616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191616; }

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

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

background-color css

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

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

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

border-color css

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

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

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