#141628

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

Shades of Black Russian #141628

Tints of Black Russian #141628

Color information

#141628 (or 0x141628) is unknown color: approx Black Russian. HEX triplet: 14, 16 and 28. RGB value is (20,22,40). Sum of RGB (Red+Green+Blue) = 20+22+40=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #141628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141628 is #EBE9D7. Grayscale: #171717. Windows color (decimal): -15460824 or 2627092. OLE color: 2627092.

HSL color Cylindrical-coordinate representation of color #141628: hue angle of 234º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #141628 is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB202240-
CMYK0.50.4500.84
HSL234º33.33%11.76%-
HSV(B)234º50%15.69%-
XYZ0.960.882.13-
YUV23.45137.34125.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.39%
GREEN value IS 22 (8.98% from 255) = 26.83%
BLUE value IS 40 (16.02% from 255) = 48.78%
R=24.39%
G=26.83%
B=48.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2022400.50.4500.8423433.3311.76
Hex141628322D054ea21c
Octal242650625501243524114
Binary101001011010100011001010110101010100111010101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141628; }

 p { color: rgb(20,22,40); }

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

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

 a { background-color: rgb(20,22,40); }

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

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

 span { border-color: rgb(20,22,40); }

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