#141416

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

Shades of Black Russian #141416

Tints of Black Russian #141416

Color information

#141416 (or 0x141416) is unknown color: approx Black Russian. HEX triplet: 14, 14 and 16. RGB value is (20,20,22). Sum of RGB (Red+Green+Blue) = 20+20+22=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 22 - color contains mainly: blue. Hex color #141416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141416 is #EBEBE9. Grayscale: #141414. Windows color (decimal): -15461354 or 1446932. OLE color: 1446932.

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

Color convert

RGB202022-
CMYK0.090.0900.91
HSL240º4.76%8.24%-
HSV(B)240º9.09%8.63%-
XYZ0.680.710.86-
YUV20.23129127.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.26%
GREEN value IS 20 (8.20% from 255) = 32.26%
BLUE value IS 22 (8.98% from 255) = 35.48%
R=32.26%
G=32.26%
B=35.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2020220.090.0900.912404.768.24
Hex1414169905Bf058
Octal24242611110133360510
Binary1010010100101101001100101011011111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141416; }

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

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

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

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

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

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

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

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