Html Css Color HEX #161719 Black Russian

📋 copy color: '#161719'

red 22 ◦ green 23 ◦ blue 25

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

Shades of Black Russian #161719

Tints of Black Russian #161719

RGB

 RED value IS 22 (8.98% from 255) = 31.43%

 GREEN value IS 23 (9.38% from 255) = 32.86%

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

R = 31.43%
G = 32.86%
B = 35.71%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#161719 (or 0x161719) is known color: Black Russian. HEX triplet: 16, 17 and 19. RGB value is (22,23,25). Sum of RGB (Red+Green+Blue) = 22+23+25=70 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.43% from 70); Green value is 23 (9.38% from 255 or 32.86% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 25 - color contains mainly: blue. Hex color #161719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161719 is #E9E8E6. Grayscale: #161616. Windows color (decimal): -15329511 or 1644310. OLE color: 1644310.

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

Color convert

RGB 22 23 25 -
CMYK 0.12 0.08 0 0.90
HSL 220º 0.06% 0.09% -
HSV(B) 220º 0.12% 0.1% -
XYZ 0.81 0.85 1.04 -
YUV 22.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 22 23 25 0.12 0.08 0 0.90 220 0.06 0.09
Hex 16 17 19 C 8 0 5A DC 6 9
Octal 26 27 31 14 10 0 132 334 6 11
Binary 10110 10111 11001 1100 1000 0 1011010 11011100 110 1001

Color Harmonies of #161719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161719

Black with #161719

Text Example


Text Example

White with #161719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161719; }

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

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

background-color css

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

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

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

border-color css

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

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

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