#14172B

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

Shades of Black Russian #14172B

Tints of Black Russian #14172B

Color information

#14172B (or 0x14172B) is unknown color: approx Black Russian. HEX triplet: 14, 17 and 2B. RGB value is (20,23,43). Sum of RGB (Red+Green+Blue) = 20+23+43=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 43 (17.19% from 255 or 50% from 86); Max value from RGB is 43 - color contains mainly: blue. Hex color #14172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14172B is #EBE8D4. Grayscale: #181818. Windows color (decimal): -15460565 or 2823956. OLE color: 2823956.

HSL color Cylindrical-coordinate representation of color #14172B: hue angle of 232.17º 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 #14172B is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB202343-
CMYK0.530.4700.83
HSL232.17º36.51%12.35%-
HSV(B)232.17º53.49%16.86%-
XYZ1.030.942.41-
YUV24.38138.51124.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 23 (9.38% from 255) = 26.74%
BLUE value IS 43 (17.19% from 255) = 50%
R=23.26%
G=26.74%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2023430.530.4700.83232.1736.5112.35
Hex14172B352F053e825c
Octal242753655701233504514
Binary101001011110101111010110111101010011111010001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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