#141925

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

Shades of Black Russian #141925

Tints of Black Russian #141925

Color information

#141925 (or 0x141925) is unknown color: approx Black Russian. HEX triplet: 14, 19 and 25. RGB value is (20,25,37). Sum of RGB (Red+Green+Blue) = 20+25+37=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #141925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141925 is #EBE6DA. Grayscale: #181818. Windows color (decimal): -15460059 or 2431252. OLE color: 2431252.

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

Color convert

RGB202537-
CMYK0.460.3200.85
HSL222.35º29.82%11.18%-
HSV(B)222.35º45.95%14.51%-
XYZ0.970.981.89-
YUV24.87134.84124.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.39%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 37 (14.84% from 255) = 45.12%
R=24.39%
G=30.49%
B=45.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2025370.460.3200.85222.3529.8211.18
Hex1419252E20055de1eb
Octal243145564001253363613
Binary10100110011001011011101000000101010111011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141925; }

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

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

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

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

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

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

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

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