#141225

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

Shades of Black Russian #141225

Tints of Black Russian #141225

Color information

#141225 (or 0x141225) is unknown color: approx Black Russian. HEX triplet: 14, 12 and 25. RGB value is (20,18,37). Sum of RGB (Red+Green+Blue) = 20+18+37=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #141225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141225 is #EBEDDA. Grayscale: #141414. Windows color (decimal): -15461851 or 2429460. OLE color: 2429460.

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

Color convert

RGB201837-
CMYK0.460.5100.85
HSL246.32º34.55%10.78%-
HSV(B)246.32º51.35%14.51%-
XYZ0.840.711.84-
YUV20.76137.16127.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 37 (14.84% from 255) = 49.33%
R=26.67%
G=24%
B=49.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2018370.460.5100.85246.3234.5510.78
Hex1412252E33055f623b
Octal242245566301253664313
Binary101001001010010110111011001101010101111101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141225; }

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

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

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

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

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

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

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

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