Html Css Color HEX #141820 Black Russian

📋 copy color: '#141820'

red 20 ◦ green 24 ◦ blue 32

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

Shades of Black Russian #141820

Tints of Black Russian #141820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 31.58%

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

R = 26.32%
G = 31.58%
B = 42.11%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#141820 (or 0x141820) is known color: Black Russian. HEX triplet: 14, 18 and 20. RGB value is (20,24,32). Sum of RGB (Red+Green+Blue) = 20+24+32=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 32 - color contains mainly: blue. Hex color #141820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141820 is #EBE7DF. Grayscale: #171717. Windows color (decimal): -15460320 or 2103316. OLE color: 2103316.

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

Color convert

RGB 20 24 32 -
CMYK 0.37 0.25 0 0.87
HSL 220º 0.23% 0.1% -
HSV(B) 220º 0.38% 0.13% -
XYZ 0.88 0.91 1.5 -
YUV 23.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 20 24 32 0.37 0.25 0 0.87 220 0.23 0.1
Hex 14 18 20 25 19 0 57 DC 17 A
Octal 24 30 40 45 31 0 127 334 27 12
Binary 10100 11000 100000 100101 11001 0 1010111 11011100 10111 1010

Color Harmonies of #141820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141820

Black with #141820

Text Example


Text Example

White with #141820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141820; }

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

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

background-color css

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

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

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

border-color css

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

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

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