#141625

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

Shades of Black Russian #141625

Tints of Black Russian #141625

Color information

#141625 (or 0x141625) is unknown color: approx Black Russian. HEX triplet: 14, 16 and 25. RGB value is (20,22,37). Sum of RGB (Red+Green+Blue) = 20+22+37=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #141625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141625 is #EBE9DA. Grayscale: #171717. Windows color (decimal): -15460827 or 2430484. OLE color: 2430484.

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

Color convert

RGB202237-
CMYK0.460.4100.85
HSL232.94º29.82%11.18%-
HSV(B)232.94º45.95%14.51%-
XYZ0.910.861.87-
YUV23.11135.84125.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.32%
GREEN value IS 22 (8.98% from 255) = 27.85%
BLUE value IS 37 (14.84% from 255) = 46.84%
R=25.32%
G=27.85%
B=46.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2022370.460.4100.85232.9429.8211.18
Hex1416252E29055e91eb
Octal242645565101253513613
Binary10100101101001011011101010010101010111101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141625; }

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

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

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

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

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

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

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

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