#141827

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

Shades of Black Russian #141827

Tints of Black Russian #141827

Color information

#141827 (or 0x141827) is unknown color: approx Black Russian. HEX triplet: 14, 18 and 27. RGB value is (20,24,39). Sum of RGB (Red+Green+Blue) = 20+24+39=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #141827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141827 is #EBE7D8. Grayscale: #181818. Windows color (decimal): -15460313 or 2562068. OLE color: 2562068.

HSL color Cylindrical-coordinate representation of color #141827: hue angle of 227.37º 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 #141827 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB202439-
CMYK0.490.3800.85
HSL227.37º32.2%11.57%-
HSV(B)227.37º48.72%15.29%-
XYZ0.980.952.05-
YUV24.51136.17124.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 39 (15.62% from 255) = 46.99%
R=24.10%
G=28.92%
B=46.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2024390.490.3800.85227.3732.211.57
Hex1418273126055e320c
Octal243047614601253434014
Binary101001100010011111000110011001010101111000111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141827; }

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

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

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

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

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

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

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

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