Html Css Color HEX #141520 Black Russian

📋 copy color: '#141520'

red 20 ◦ green 21 ◦ blue 32

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

Shades of Black Russian #141520

Tints of Black Russian #141520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28.77%

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

R = 27.4%
G = 28.77%
B = 43.84%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#141520 (or 0x141520) is known color: Black Russian. HEX triplet: 14, 15 and 20. RGB value is (20,21,32). Sum of RGB (Red+Green+Blue) = 20+21+32=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: blue. Hex color #141520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141520 is #EBEADF. Grayscale: #151515. Windows color (decimal): -15461088 or 2102548. OLE color: 2102548.

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

Color convert

RGB 20 21 32 -
CMYK 0.37 0.34 0 0.87
HSL 235º 0.23% 0.1% -
HSV(B) 235º 0.38% 0.13% -
XYZ 0.82 0.79 1.48 -
YUV 21.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 20 21 32 0.37 0.34 0 0.87 235 0.23 0.1
Hex 14 15 20 25 22 0 57 EB 17 A
Octal 24 25 40 45 42 0 127 353 27 12
Binary 10100 10101 100000 100101 100010 0 1010111 11101011 10111 1010

Color Harmonies of #141520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141520

Black with #141520

Text Example


Text Example

White with #141520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141520; }

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

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

background-color css

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

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

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

border-color css

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

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

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