#141228

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

Shades of Black Russian #141228

Tints of Black Russian #141228

Color information

#141228 (or 0x141228) is unknown color: approx Black Russian. HEX triplet: 14, 12 and 28. RGB value is (20,18,40). Sum of RGB (Red+Green+Blue) = 20+18+40=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #141228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141228 is #EBEDD7. Grayscale: #151515. Windows color (decimal): -15461848 or 2626068. OLE color: 2626068.

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

Color convert

RGB201840-
CMYK0.50.5500.84
HSL245.45º37.93%11.37%-
HSV(B)245.45º55%15.69%-
XYZ0.890.732.1-
YUV21.11138.66127.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.64%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 40 (16.02% from 255) = 51.28%
R=25.64%
G=23.08%
B=51.28%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2018400.50.5500.84245.4537.9311.37
Hex1412283237054f526b
Octal242250626701243654613
Binary101001001010100011001011011101010100111101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141228; }

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

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

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

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

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

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

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

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