Html Css Color HEX #14171E Black Russian

📋 copy color: '#14171E'

red 20 ◦ green 23 ◦ blue 30

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

Shades of Black Russian #14171E

Tints of Black Russian #14171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 31.51%

 BLUE value IS 30 (12.11% from 255) = 41.1%

R = 27.4%
G = 31.51%
B = 41.1%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#14171E (or 0x14171E) is known color: Black Russian. HEX triplet: 14, 17 and 1E. RGB value is (20,23,30). Sum of RGB (Red+Green+Blue) = 20+23+30=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 30 - color contains mainly: blue. Hex color #14171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14171E is #EBE8E1. Grayscale: #161616. Windows color (decimal): -15460578 or 1971988. OLE color: 1971988.

HSL color Cylindrical-coordinate representation of color #14171E: hue angle of 222º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #14171E is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 23 30 -
CMYK 0.33 0.23 0 0.88
HSL 222º 0.2% 0.1% -
HSV(B) 222º 0.33% 0.12% -
XYZ 0.83 0.86 1.35 -
YUV 22.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 20 23 30 0.33 0.23 0 0.88 222 0.2 0.1
Hex 14 17 1E 21 17 0 58 DE 14 A
Octal 24 27 36 41 27 0 130 336 24 12
Binary 10100 10111 11110 100001 10111 0 1011000 11011110 10100 1010

Color Harmonies of #14171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14171E

Black with #14171E

Text Example


Text Example

White with #14171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14171E; }

 p { color: rgb(20,23,30); }

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

background-color css

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

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

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

border-color css

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

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

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