#14151A

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

Shades of Black Russian #14151A

Tints of Black Russian #14151A

Color information

#14151A (or 0x14151A) is unknown color: approx Black Russian. HEX triplet: 14, 15 and 1A. RGB value is (20,21,26). Sum of RGB (Red+Green+Blue) = 20+21+26=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 26 - color contains mainly: blue. Hex color #14151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14151A is #EBEAE5. Grayscale: #151515. Windows color (decimal): -15461094 or 1709332. OLE color: 1709332.

HSL color Cylindrical-coordinate representation of color #14151A: hue angle of 230º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #14151A is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB202126-
CMYK0.230.1900.90
HSL230º13.04%9.02%-
HSV(B)230º23.08%10.2%-
XYZ0.740.761.08-
YUV21.27130.67127.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 21 (8.59% from 255) = 31.34%
BLUE value IS 26 (10.55% from 255) = 38.81%
R=29.85%
G=31.34%
B=38.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2021260.230.1900.9023013.049.02
Hex14151A171305Ae6d9
Octal242532272301323461511
Binary1010010101110101011110011010110101110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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