Html Css Color HEX #141420 Black Russian

📋 copy color: '#141420'

red 20 ◦ green 20 ◦ blue 32

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

Shades of Black Russian #141420

Tints of Black Russian #141420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.78%

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

R = 27.78%
G = 27.78%
B = 44.44%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#141420 (or 0x141420) is known color: Black Russian. HEX triplet: 14, 14 and 20. RGB value is (20,20,32). Sum of RGB (Red+Green+Blue) = 20+20+32=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 32 - color contains mainly: blue. Hex color #141420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141420 is #EBEBDF. Grayscale: #151515. Windows color (decimal): -15461344 or 2102292. OLE color: 2102292.

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

Color convert

RGB 20 20 32 -
CMYK 0.37 0.37 0 0.87
HSL 240º 0.23% 0.1% -
HSV(B) 240º 0.38% 0.13% -
XYZ 0.8 0.75 1.47 -
YUV 21.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 20 20 32 0.37 0.37 0 0.87 240 0.23 0.1
Hex 14 14 20 25 25 0 57 F0 17 A
Octal 24 24 40 45 45 0 127 360 27 12
Binary 10100 10100 100000 100101 100101 0 1010111 11110000 10111 1010

Color Harmonies of #141420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141420

Black with #141420

Text Example


Text Example

White with #141420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141420; }

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

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

background-color css

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

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

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

border-color css

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

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

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