#141517

Color #141517 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #141517

Tints of Black Russian #141517

Color information

#141517 (or 0x141517) is unknown color: approx Black Russian. HEX triplet: 14, 15 and 17. RGB value is (20,21,23). Sum of RGB (Red+Green+Blue) = 20+21+23=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 23 (9.38% from 255 or 35.94% from 64); Max value from RGB is 23 - color contains mainly: blue. Hex color #141517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141517 is #EBEAE8. Grayscale: #141414. Windows color (decimal): -15461097 or 1512724. OLE color: 1512724.

HSL color Cylindrical-coordinate representation of color #141517: hue angle of 220º degrees, saturation: 0.07, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #141517 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB202123-
CMYK0.130.0900.91
HSL220º6.98%8.43%-
HSV(B)220º13.04%9.02%-
XYZ0.710.750.92-
YUV20.93129.17127.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 21 (8.59% from 255) = 32.81%
BLUE value IS 23 (9.38% from 255) = 35.94%
R=31.25%
G=32.81%
B=35.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2021230.130.0900.912206.988.43
Hex141517D905Bdc78
Octal24252715110133334710
Binary1010010101101111101100101011011110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141517; }

 p { color: rgb(20,21,23); }

 H1.HeaderClassName
 {
   color: #141517;
 }
 .AnyTagClassName
 {
   color: #141517;
 }
</style>
background-color css

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

 a { background-color: rgb(20,21,23); }

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

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

 span { border-color: rgb(20,21,23); }

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