#14142B

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

Shades of Black Russian #14142B

Tints of Black Russian #14142B

Color information

#14142B (or 0x14142B) is unknown color: approx Black Russian. HEX triplet: 14, 14 and 2B. RGB value is (20,20,43). Sum of RGB (Red+Green+Blue) = 20+20+43=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #14142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14142B is #EBEBD4. Grayscale: #161616. Windows color (decimal): -15461333 or 2823188. OLE color: 2823188.

HSL color Cylindrical-coordinate representation of color #14142B: hue angle of 240º 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 #14142B is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB202043-
CMYK0.530.5300.83
HSL240º36.51%12.35%-
HSV(B)240º53.49%16.86%-
XYZ0.970.822.39-
YUV22.62139.5126.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 43 (17.19% from 255) = 51.81%
R=24.10%
G=24.10%
B=51.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2020430.530.5300.8324036.5112.35
Hex14142B3535053f025c
Octal242453656501233604514
Binary101001010010101111010111010101010011111100001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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