#141722

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

Shades of Black Russian #141722

Tints of Black Russian #141722

Color information

#141722 (or 0x141722) is unknown color: approx Black Russian. HEX triplet: 14, 17 and 22. RGB value is (20,23,34). Sum of RGB (Red+Green+Blue) = 20+23+34=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 34 (13.67% from 255 or 44.16% from 77); Max value from RGB is 34 - color contains mainly: blue. Hex color #141722 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141722 is #EBE8DD. Grayscale: #171717. Windows color (decimal): -15460574 or 2234132. OLE color: 2234132.

HSL color Cylindrical-coordinate representation of color #141722: hue angle of 227.14º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #141722 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB202334-
CMYK0.410.3200.87
HSL227.14º25.93%10.59%-
HSV(B)227.14º41.18%13.33%-
XYZ0.880.881.64-
YUV23.36134.01125.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 23 (9.38% from 255) = 29.87%
BLUE value IS 34 (13.67% from 255) = 44.16%
R=25.97%
G=29.87%
B=44.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2023340.410.3200.87227.1425.9310.59
Hex1417222920057e31ab
Octal242742514001273433213
Binary10100101111000101010011000000101011111100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141722; }

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

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

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

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

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

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

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

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