#14172C

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

Shades of Black Russian #14172C

Tints of Black Russian #14172C

Color information

#14172C (or 0x14172C) is unknown color: approx Black Russian. HEX triplet: 14, 17 and 2C. RGB value is (20,23,44). Sum of RGB (Red+Green+Blue) = 20+23+44=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 44 (17.58% from 255 or 50.57% from 87); Max value from RGB is 44 - color contains mainly: blue. Hex color #14172C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14172C is #EBE8D3. Grayscale: #181818. Windows color (decimal): -15460564 or 2889492. OLE color: 2889492.

HSL color Cylindrical-coordinate representation of color #14172C: hue angle of 232.5º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #14172C is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB202344-
CMYK0.550.4800.83
HSL232.5º37.5%12.55%-
HSV(B)232.5º54.55%17.25%-
XYZ1.050.942.51-
YUV24.5139.01124.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.99%
GREEN value IS 23 (9.38% from 255) = 26.44%
BLUE value IS 44 (17.58% from 255) = 50.57%
R=22.99%
G=26.44%
B=50.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2023440.550.4800.83232.537.512.55
Hex14172C3730053e825d
Octal242754676001233504515
Binary101001011110110011011111000001010011111010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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