#141415

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

Shades of Black Russian #141415

Tints of Black Russian #141415

Color information

#141415 (or 0x141415) is unknown color: approx Black Russian. HEX triplet: 14, 14 and 15. RGB value is (20,20,21). Sum of RGB (Red+Green+Blue) = 20+20+21=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 21 - color contains mainly: blue. Hex color #141415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141415 is #EBEBEA. Grayscale: #141414. Windows color (decimal): -15461355 or 1381396. OLE color: 1381396.

HSL color Cylindrical-coordinate representation of color #141415: hue angle of 240º degrees, saturation: 0.02, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #141415 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB202021-
CMYK0.050.0500.92
HSL240º2.44%8.04%-
HSV(B)240º4.76%8.24%-
XYZ0.670.70.81-
YUV20.11128.5127.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.79%
GREEN value IS 20 (8.20% from 255) = 32.79%
BLUE value IS 21 (8.59% from 255) = 34.43%
R=32.79%
G=32.79%
B=34.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2020210.050.0500.922402.448.04
Hex1414155505Cf028
Octal242425550134360210
Binary1010010100101011011010101110011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141415; }

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

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

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

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

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

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

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

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