#14161C

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

Shades of Black Russian #14161C

Tints of Black Russian #14161C

Color information

#14161C (or 0x14161C) is unknown color: approx Black Russian. HEX triplet: 14, 16 and 1C. RGB value is (20,22,28). Sum of RGB (Red+Green+Blue) = 20+22+28=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 28 - color contains mainly: blue. Hex color #14161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14161C is #EBE9E3. Grayscale: #161616. Windows color (decimal): -15460836 or 1840660. OLE color: 1840660.

HSL color Cylindrical-coordinate representation of color #14161C: hue angle of 225º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #14161C is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB202228-
CMYK0.290.2100.89
HSL225º16.67%9.41%-
HSV(B)225º28.57%10.98%-
XYZ0.790.811.21-
YUV22.09131.34126.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.57%
GREEN value IS 22 (8.98% from 255) = 31.43%
BLUE value IS 28 (11.33% from 255) = 40%
R=28.57%
G=31.43%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2022280.290.2100.8922516.679.41
Hex14161C1D15059e1119
Octal242634352501313412111
Binary10100101101110011101101010101100111100001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14161C; }

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

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

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

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

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

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

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

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