#14172F

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

Shades of Black Russian #14172F

Tints of Black Russian #14172F

Color information

#14172F (or 0x14172F) is unknown color: approx Black Russian. HEX triplet: 14, 17 and 2F. RGB value is (20,23,47). Sum of RGB (Red+Green+Blue) = 20+23+47=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #14172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14172F is #EBE8D0. Grayscale: #181818. Windows color (decimal): -15460561 or 3086100. OLE color: 3086100.

HSL color Cylindrical-coordinate representation of color #14172F: hue angle of 233.33º degrees, saturation: 0.4, 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 #14172F is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB202347-
CMYK0.570.5100.82
HSL233.33º40.3%13.14%-
HSV(B)233.33º57.45%18.43%-
XYZ1.110.972.82-
YUV24.84140.51124.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.22%
GREEN value IS 23 (9.38% from 255) = 25.56%
BLUE value IS 47 (18.75% from 255) = 52.22%
R=22.22%
G=25.56%
B=52.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2023470.570.5100.82233.3340.313.14
Hex14172F3933052e928d
Octal242757716301223515015
Binary101001011110111111100111001101010010111010011010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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