#14141F

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

Shades of Black Russian #14141F

Tints of Black Russian #14141F

Color information

#14141F (or 0x14141F) is unknown color: approx Black Russian. HEX triplet: 14, 14 and 1F. RGB value is (20,20,31). Sum of RGB (Red+Green+Blue) = 20+20+31=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 31 - color contains mainly: blue. Hex color #14141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14141F is #EBEBE0. Grayscale: #151515. Windows color (decimal): -15461345 or 2036756. OLE color: 2036756.

HSL color Cylindrical-coordinate representation of color #14141F: hue angle of 240º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #14141F is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB202031-
CMYK0.350.3500.88
HSL240º21.57%10%-
HSV(B)240º35.48%12.16%-
XYZ0.790.751.4-
YUV21.25133.5127.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.17%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 31 (12.5% from 255) = 43.66%
R=28.17%
G=28.17%
B=43.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2020310.350.3500.8824021.5710
Hex14141F2323058f016a
Octal242437434301303602612
Binary1010010100111111000111000110101100011110000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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