#14131B

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

Shades of Black Russian #14131B

Tints of Black Russian #14131B

Color information

#14131B (or 0x14131B) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 1B. RGB value is (20,19,27). Sum of RGB (Red+Green+Blue) = 20+19+27=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 27 - color contains mainly: blue. Hex color #14131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14131B is #EBECE4. Grayscale: #141414. Windows color (decimal): -15461605 or 1774356. OLE color: 1774356.

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

Color convert

RGB201927-
CMYK0.260.3000.89
HSL247.5º17.39%9.02%-
HSV(B)247.5º29.63%10.59%-
XYZ0.720.691.13-
YUV20.21131.83127.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.30%
GREEN value IS 19 (7.81% from 255) = 28.79%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=30.30%
G=28.79%
B=40.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2019270.260.3000.89247.517.399.02
Hex14131B1A1E059f8119
Octal242333323601313702111
Binary10100100111101111010111100101100111111000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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