#141927

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

Shades of Black Russian #141927

Tints of Black Russian #141927

Color information

#141927 (or 0x141927) is unknown color: approx Black Russian. HEX triplet: 14, 19 and 27. RGB value is (20,25,39). Sum of RGB (Red+Green+Blue) = 20+25+39=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 39 - color contains mainly: blue. Hex color #141927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141927 is #EBE6D8. Grayscale: #191919. Windows color (decimal): -15460057 or 2562324. OLE color: 2562324.

HSL color Cylindrical-coordinate representation of color #141927: hue angle of 224.21º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #141927 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB202539-
CMYK0.490.3600.85
HSL224.21º32.2%11.57%-
HSV(B)224.21º48.72%15.29%-
XYZ10.992.06-
YUV25.1135.84124.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 39 (15.62% from 255) = 46.43%
R=23.81%
G=29.76%
B=46.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2025390.490.3600.85224.2132.211.57
Hex1419273124055e020c
Octal243147614401253404014
Binary101001100110011111000110010001010101111000001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141927; }

 p { color: rgb(20,25,39); }

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

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

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

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

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

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

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