#14162B

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

Shades of Black Russian #14162B

Tints of Black Russian #14162B

Color information

#14162B (or 0x14162B) is unknown color: approx Black Russian. HEX triplet: 14, 16 and 2B. RGB value is (20,22,43). Sum of RGB (Red+Green+Blue) = 20+22+43=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #14162B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14162B is #EBE9D4. Grayscale: #171717. Windows color (decimal): -15460821 or 2823700. OLE color: 2823700.

HSL color Cylindrical-coordinate representation of color #14162B: hue angle of 234.78º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #14162B is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB202243-
CMYK0.530.4900.83
HSL234.78º36.51%12.35%-
HSV(B)234.78º53.49%16.86%-
XYZ1.010.92.41-
YUV23.8138.84125.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 22 (8.98% from 255) = 25.88%
BLUE value IS 43 (17.19% from 255) = 50.59%
R=23.53%
G=25.88%
B=50.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2022430.530.4900.83234.7836.5112.35
Hex14162B3531053eb25c
Octal242653656101233534514
Binary101001011010101111010111000101010011111010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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