#14192B

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

Shades of Black Russian #14192B

Tints of Black Russian #14192B

Color information

#14192B (or 0x14192B) is unknown color: approx Black Russian. HEX triplet: 14, 19 and 2B. RGB value is (20,25,43). Sum of RGB (Red+Green+Blue) = 20+25+43=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #14192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14192B is #EBE6D4. Grayscale: #191919. Windows color (decimal): -15460053 or 2824468. OLE color: 2824468.

HSL color Cylindrical-coordinate representation of color #14192B: hue angle of 226.96º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #14192B is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB202543-
CMYK0.530.4200.83
HSL226.96º36.51%12.35%-
HSV(B)226.96º53.49%16.86%-
XYZ1.071.022.43-
YUV25.56137.84124.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.73%
GREEN value IS 25 (10.16% from 255) = 28.41%
BLUE value IS 43 (17.19% from 255) = 48.86%
R=22.73%
G=28.41%
B=48.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2025430.530.4200.83226.9636.5112.35
Hex14192B352A053e325c
Octal243153655201233434514
Binary101001100110101111010110101001010011111000111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,25,43); }

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

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

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

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

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

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

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