#141325

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

Shades of Black Russian #141325

Tints of Black Russian #141325

Color information

#141325 (or 0x141325) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 25. RGB value is (20,19,37). Sum of RGB (Red+Green+Blue) = 20+19+37=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #141325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141325 is #EBECDA. Grayscale: #151515. Windows color (decimal): -15461595 or 2429716. OLE color: 2429716.

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

Color convert

RGB201937-
CMYK0.460.4900.85
HSL243.33º32.14%10.98%-
HSV(B)243.33º48.65%14.51%-
XYZ0.860.751.85-
YUV21.35136.83127.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 37 (14.84% from 255) = 48.68%
R=26.32%
G=25%
B=48.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2019370.460.4900.85243.3332.1410.98
Hex1413252E31055f320b
Octal242345566101253634013
Binary101001001110010110111011000101010101111100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141325; }

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

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

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

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

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

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

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

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