#14151B

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

Shades of Black Russian #14151B

Tints of Black Russian #14151B

Color information

#14151B (or 0x14151B) is unknown color: approx Black Russian. HEX triplet: 14, 15 and 1B. RGB value is (20,21,27). Sum of RGB (Red+Green+Blue) = 20+21+27=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 27 - color contains mainly: blue. Hex color #14151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14151B is #EBEAE4. Grayscale: #151515. Windows color (decimal): -15461093 or 1774868. OLE color: 1774868.

HSL color Cylindrical-coordinate representation of color #14151B: hue angle of 231.43º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #14151B is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB202127-
CMYK0.260.2200.89
HSL231.43º14.89%9.22%-
HSV(B)231.43º25.93%10.59%-
XYZ0.750.761.14-
YUV21.38131.17127.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.41%
GREEN value IS 21 (8.59% from 255) = 30.88%
BLUE value IS 27 (10.94% from 255) = 39.71%
R=29.41%
G=30.88%
B=39.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2021270.260.2200.89231.4314.899.22
Hex14151B1A16059e7f9
Octal242533322601313471711
Binary1010010101110111101010110010110011110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14151B; }

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

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

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

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

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

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

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

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