Html Css Color HEX #141517 Black Russian

📋 copy color: '#141517'

red 20 ◦ green 21 ◦ blue 23

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

Shades of Black Russian #141517

Tints of Black Russian #141517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 35.94%

R = 31.25%
G = 32.81%
B = 35.94%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#141517 (or 0x141517) is known color: Black Russian. HEX triplet: 14, 15 and 17. RGB value is (20,21,23). Sum of RGB (Red+Green+Blue) = 20+21+23=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 23 (9.38% from 255 or 35.94% from 64); Max value from RGB is 23 - color contains mainly: blue. Hex color #141517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141517 is #EBEAE8. Grayscale: #141414. Windows color (decimal): -15461097 or 1512724. OLE color: 1512724.

HSL color Cylindrical-coordinate representation of color #141517: hue angle of 220º degrees, saturation: 0.07, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #141517 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 21 23 -
CMYK 0.13 0.09 0 0.91
HSL 220º 0.07% 0.08% -
HSV(B) 220º 0.13% 0.09% -
XYZ 0.71 0.75 0.92 -
YUV 20.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 20 21 23 0.13 0.09 0 0.91 220 0.07 0.08
Hex 14 15 17 D 9 0 5B DC 7 8
Octal 24 25 27 15 11 0 133 334 7 10
Binary 10100 10101 10111 1101 1001 0 1011011 11011100 111 1000

Color Harmonies of #141517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141517

Black with #141517

Text Example


Text Example

White with #141517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141517; }

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

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

background-color css

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

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

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

border-color css

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

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

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