Html Css Color HEX #14161C Black Russian

📋 copy color: '#14161C'

red 20 ◦ green 22 ◦ blue 28

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

Shades of Black Russian #14161C

Tints of Black Russian #14161C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 40%

R = 28.57%
G = 31.43%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14161C (or 0x14161C) is known color: Black Russian. HEX triplet: 14, 16 and 1C. RGB value is (20,22,28). Sum of RGB (Red+Green+Blue) = 20+22+28=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 28 - color contains mainly: blue. Hex color #14161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14161C is #EBE9E3. Grayscale: #161616. Windows color (decimal): -15460836 or 1840660. OLE color: 1840660.

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

Color convert

RGB 20 22 28 -
CMYK 0.29 0.21 0 0.89
HSL 225º 0.17% 0.09% -
HSV(B) 225º 0.29% 0.11% -
XYZ 0.79 0.81 1.21 -
YUV 22.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 20 22 28 0.29 0.21 0 0.89 225 0.17 0.09
Hex 14 16 1C 1D 15 0 59 E1 11 9
Octal 24 26 34 35 25 0 131 341 21 11
Binary 10100 10110 11100 11101 10101 0 1011001 11100001 10001 1001

Color Harmonies of #14161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14161C

Black with #14161C

Text Example


Text Example

White with #14161C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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