#14172E

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

Shades of Black Russian #14172E

Tints of Black Russian #14172E

Color information

#14172E (or 0x14172E) is unknown color: approx Black Russian. HEX triplet: 14, 17 and 2E. RGB value is (20,23,46). Sum of RGB (Red+Green+Blue) = 20+23+46=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 46 (18.36% from 255 or 51.69% from 89); Max value from RGB is 46 - color contains mainly: blue. Hex color #14172E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14172E is #EBE8D1. Grayscale: #181818. Windows color (decimal): -15460562 or 3020564. OLE color: 3020564.

HSL color Cylindrical-coordinate representation of color #14172E: hue angle of 233.08º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #14172E is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB202346-
CMYK0.570.5000.82
HSL233.08º39.39%12.94%-
HSV(B)233.08º56.52%18.04%-
XYZ1.090.962.71-
YUV24.72140.01124.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 23 (9.38% from 255) = 25.84%
BLUE value IS 46 (18.36% from 255) = 51.69%
R=22.47%
G=25.84%
B=51.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2023460.570.5000.82233.0839.3912.94
Hex14172E3932052e927d
Octal242756716201223514715
Binary101001011110111011100111001001010010111010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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