#14172A

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

Shades of Black Russian #14172A

Tints of Black Russian #14172A

Color information

#14172A (or 0x14172A) is unknown color: approx Black Russian. HEX triplet: 14, 17 and 2A. RGB value is (20,23,42). Sum of RGB (Red+Green+Blue) = 20+23+42=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 42 (16.80% from 255 or 49.41% from 85); Max value from RGB is 42 - color contains mainly: blue. Hex color #14172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14172A is #EBE8D5. Grayscale: #181818. Windows color (decimal): -15460566 or 2758420. OLE color: 2758420.

HSL color Cylindrical-coordinate representation of color #14172A: hue angle of 231.82º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #14172A is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB202342-
CMYK0.520.4500.84
HSL231.82º35.48%12.16%-
HSV(B)231.82º52.38%16.47%-
XYZ1.010.932.32-
YUV24.27138.01124.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 23 (9.38% from 255) = 27.06%
BLUE value IS 42 (16.80% from 255) = 49.41%
R=23.53%
G=27.06%
B=49.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2023420.520.4500.84231.8235.4812.16
Hex14172A342D054e823c
Octal242752645501243504314
Binary101001011110101011010010110101010100111010001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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