Html Css Color HEX #141620 Black Russian

📋 copy color: '#141620'

red 20 ◦ green 22 ◦ blue 32

#141620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #141620

Tints of Black Russian #141620

RGB

 RED value IS 20 (8.2% from 255) = 27.03%

 GREEN value IS 22 (8.98% from 255) = 29.73%

 BLUE value IS 32 (12.89% from 255) = 43.24%

R = 27.03%
G = 29.73%
B = 43.24%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#141620 (or 0x141620) is known color: Black Russian. HEX triplet: 14, 16 and 20. RGB value is (20,22,32). Sum of RGB (Red+Green+Blue) = 20+22+32=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 32 - color contains mainly: blue. Hex color #141620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141620 is #EBE9DF. Grayscale: #161616. Windows color (decimal): -15460832 or 2102804. OLE color: 2102804.

HSL color Cylindrical-coordinate representation of color #141620: hue angle of 230º 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 #141620 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 22 32 -
CMYK 0.37 0.31 0 0.87
HSL 230º 0.23% 0.1% -
HSV(B) 230º 0.38% 0.13% -
XYZ 0.84 0.83 1.48 -
YUV 22.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 20 22 32 0.37 0.31 0 0.87 230 0.23 0.1
Hex 14 16 20 25 1F 0 57 E6 17 A
Octal 24 26 40 45 37 0 127 346 27 12
Binary 10100 10110 100000 100101 11111 0 1010111 11100110 10111 1010

Color Harmonies of #141620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141620

Black with #141620

Text Example


Text Example

White with #141620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141620; }

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

 H1.HeaderClassName
 {
   color: #141620;
 }
 .AnyTagClassName
 {
   color: #141620;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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