Html Css Color HEX #14161B Black Russian

📋 copy color: '#14161B'

red 20 ◦ green 22 ◦ blue 27

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

Shades of Black Russian #14161B

Tints of Black Russian #14161B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 39.13%

R = 28.99%
G = 31.88%
B = 39.13%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14161B (or 0x14161B) is known color: Black Russian. HEX triplet: 14, 16 and 1B. RGB value is (20,22,27). Sum of RGB (Red+Green+Blue) = 20+22+27=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 27 - color contains mainly: blue. Hex color #14161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14161B is #EBE9E4. Grayscale: #151515. Windows color (decimal): -15460837 or 1775124. OLE color: 1775124.

HSL color Cylindrical-coordinate representation of color #14161B: hue angle of 222.86º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #14161B is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 22 27 -
CMYK 0.26 0.19 0 0.89
HSL 222.86º 0.15% 0.09% -
HSV(B) 222.86º 0.26% 0.11% -
XYZ 0.77 0.8 1.15 -
YUV 21.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 20 22 27 0.26 0.19 0 0.89 222.86 0.15 0.09
Hex 14 16 1B 1A 13 0 59 DF F 9
Octal 24 26 33 32 23 0 131 337 17 11
Binary 10100 10110 11011 11010 10011 0 1011001 11011111 1111 1001

Color Harmonies of #14161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14161B

Black with #14161B

Text Example


Text Example

White with #14161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14161B; }

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

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

background-color css

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

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

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

border-color css

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

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

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