#141825

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

Shades of Black Russian #141825

Tints of Black Russian #141825

Color information

#141825 (or 0x141825) is unknown color: approx Black Russian. HEX triplet: 14, 18 and 25. RGB value is (20,24,37). Sum of RGB (Red+Green+Blue) = 20+24+37=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: blue. Hex color #141825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141825 is #EBE7DA. Grayscale: #181818. Windows color (decimal): -15460315 or 2430996. OLE color: 2430996.

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

Color convert

RGB202437-
CMYK0.460.3500.85
HSL225.88º29.82%11.18%-
HSV(B)225.88º45.95%14.51%-
XYZ0.950.941.88-
YUV24.29135.17124.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.69%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 37 (14.84% from 255) = 45.68%
R=24.69%
G=29.63%
B=45.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2024370.460.3500.85225.8829.8211.18
Hex1418252E23055e21eb
Octal243045564301253423613
Binary10100110001001011011101000110101010111100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141825; }

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

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

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

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

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

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

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

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