#141528

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

Shades of Black Russian #141528

Tints of Black Russian #141528

Color information

#141528 (or 0x141528) is unknown color: approx Black Russian. HEX triplet: 14, 15 and 28. RGB value is (20,21,40). Sum of RGB (Red+Green+Blue) = 20+21+40=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #141528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141528 is #EBEAD7. Grayscale: #161616. Windows color (decimal): -15461080 or 2626836. OLE color: 2626836.

HSL color Cylindrical-coordinate representation of color #141528: hue angle of 237º 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 #141528 is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB202140-
CMYK0.50.4800.84
HSL237º33.33%11.76%-
HSV(B)237º50%15.69%-
XYZ0.940.842.12-
YUV22.87137.67125.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.69%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 40 (16.02% from 255) = 49.38%
R=24.69%
G=25.93%
B=49.38%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2021400.50.4800.8423733.3311.76
Hex1415283230054ed21c
Octal242550626001243554114
Binary101001010110100011001011000001010100111011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141528; }

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

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

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

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

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

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

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

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