#141720

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

Shades of Black Russian #141720

Tints of Black Russian #141720

Color information

#141720 (or 0x141720) is unknown color: approx Black Russian. HEX triplet: 14, 17 and 20. RGB value is (20,23,32). Sum of RGB (Red+Green+Blue) = 20+23+32=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 32 - color contains mainly: blue. Hex color #141720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141720 is #EBE8DF. Grayscale: #171717. Windows color (decimal): -15460576 or 2103060. OLE color: 2103060.

HSL color Cylindrical-coordinate representation of color #141720: hue angle of 225º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #141720 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB202332-
CMYK0.370.2800.87
HSL225º23.08%10.2%-
HSV(B)225º37.5%12.55%-
XYZ0.860.871.49-
YUV23.13133.01125.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 32 (12.89% from 255) = 42.67%
R=26.67%
G=30.67%
B=42.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2023320.370.2800.8722523.0810.2
Hex141720251C057e117a
Octal242740453401273412712
Binary1010010111100000100101111000101011111100001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141720; }

 p { color: rgb(20,23,32); }

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

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

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

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

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

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

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