#141226

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

Shades of Black Russian #141226

Tints of Black Russian #141226

Color information

#141226 (or 0x141226) is unknown color: approx Black Russian. HEX triplet: 14, 12 and 26. RGB value is (20,18,38). Sum of RGB (Red+Green+Blue) = 20+18+38=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #141226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141226 is #EBEDD9. Grayscale: #141414. Windows color (decimal): -15461850 or 2494996. OLE color: 2494996.

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

Color convert

RGB201838-
CMYK0.470.5300.85
HSL246º35.71%10.98%-
HSV(B)246º52.63%14.9%-
XYZ0.850.721.93-
YUV20.88137.66127.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 38 (15.23% from 255) = 50%
R=26.32%
G=23.68%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2018380.470.5300.8524635.7110.98
Hex1412262F35055f624b
Octal242246576501253664413
Binary101001001010011010111111010101010101111101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141226; }

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

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

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

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

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

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

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

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