Html Css Color HEX #141723 Black Russian

📋 copy color: '#141723'

red 20 ◦ green 23 ◦ blue 35

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

Shades of Black Russian #141723

Tints of Black Russian #141723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 44.87%

R = 25.64%
G = 29.49%
B = 44.87%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#141723 (or 0x141723) is known color: Black Russian. HEX triplet: 14, 17 and 23. RGB value is (20,23,35). Sum of RGB (Red+Green+Blue) = 20+23+35=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 35 (14.06% from 255 or 44.87% from 78); Max value from RGB is 35 - color contains mainly: blue. Hex color #141723 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141723 is #EBE8DC. Grayscale: #171717. Windows color (decimal): -15460573 or 2299668. OLE color: 2299668.

HSL color Cylindrical-coordinate representation of color #141723: hue angle of 228º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #141723 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 23 35 -
CMYK 0.43 0.34 0 0.86
HSL 228º 0.27% 0.11% -
HSV(B) 228º 0.43% 0.14% -
XYZ 0.9 0.88 1.71 -
YUV 23.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 20 23 35 0.43 0.34 0 0.86 228 0.27 0.11
Hex 14 17 23 2B 22 0 56 E4 1B B
Octal 24 27 43 53 42 0 126 344 33 13
Binary 10100 10111 100011 101011 100010 0 1010110 11100100 11011 1011

Color Harmonies of #141723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141723

Black with #141723

Text Example


Text Example

White with #141723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141723; }

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

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

background-color css

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

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

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

border-color css

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

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

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