#141425

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

Shades of Black Russian #141425

Tints of Black Russian #141425

Color information

#141425 (or 0x141425) is unknown color: approx Black Russian. HEX triplet: 14, 14 and 25. RGB value is (20,20,37). Sum of RGB (Red+Green+Blue) = 20+20+37=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #141425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141425 is #EBEBDA. Grayscale: #151515. Windows color (decimal): -15461339 or 2429972. OLE color: 2429972.

HSL color Cylindrical-coordinate representation of color #141425: hue angle of 240º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #141425 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB202037-
CMYK0.460.4600.85
HSL240º29.82%11.18%-
HSV(B)240º45.95%14.51%-
XYZ0.870.781.86-
YUV21.94136.5126.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 37 (14.84% from 255) = 48.05%
R=25.97%
G=25.97%
B=48.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2020370.460.4600.8524029.8211.18
Hex1414252E2E055f01eb
Octal242445565601253603613
Binary10100101001001011011101011100101010111110000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141425; }

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

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

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

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

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

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

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

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