#14162F

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

Shades of Black Russian #14162F

Tints of Black Russian #14162F

Color information

#14162F (or 0x14162F) is unknown color: approx Black Russian. HEX triplet: 14, 16 and 2F. RGB value is (20,22,47). Sum of RGB (Red+Green+Blue) = 20+22+47=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #14162F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14162F is #EBE9D0. Grayscale: #181818. Windows color (decimal): -15460817 or 3085844. OLE color: 3085844.

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

Color convert

RGB202247-
CMYK0.570.5300.82
HSL235.56º40.3%13.14%-
HSV(B)235.56º57.45%18.43%-
XYZ1.090.932.81-
YUV24.25140.84124.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 22 (8.98% from 255) = 24.72%
BLUE value IS 47 (18.75% from 255) = 52.81%
R=22.47%
G=24.72%
B=52.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2022470.570.5300.82235.5640.313.14
Hex14162F3935052ec28d
Octal242657716501223545015
Binary101001011010111111100111010101010010111011001010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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